Html Css Color HEX #CCE8FD Pattens Blue

📋 copy color: '#CCE8FD'

red 204 ◦ green 232 ◦ blue 253

#CCE8FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #CCE8FD

Tints of Pattens Blue #CCE8FD

RGB

 RED value IS 204 (80.08% from 255) = 29.61%

 GREEN value IS 232 (91.02% from 255) = 33.67%

 BLUE value IS 253 (99.22% from 255) = 36.72%

R = 29.61%
G = 33.67%
B = 36.72%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCE8FD (or 0xCCE8FD) is known color: Pattens Blue. HEX triplet: CC, E8 and FD. RGB value is (204,232,253). Sum of RGB (Red+Green+Blue) = 204+232+253=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCE8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8FD is #331702. Grayscale: #E1E1E1. Windows color (decimal): -3348227 or 16640204. OLE color: 16640204.

HSL color Cylindrical-coordinate representation of color #CCE8FD: hue angle of 205.71º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE8FD is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 232 253 -
CMYK 0.19 0.08 0 0.01
HSL 205.71º 0.92% 0.9% -
HSV(B) 205.71º 0.19% 0.99% -
XYZ 71.49 77.64 104.15 -
YUV 226.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 204 232 253 0.19 0.08 0 0.01 205.71 0.92 0.9
Hex CC E8 FD 13 8 0 1 CE 5C 5A
Octal 314 350 375 23 10 0 1 316 134 132
Binary 11001100 11101000 11111101 10011 1000 0 1 11001110 1011100 1011010

Color Harmonies of #CCE8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE8FD

Black with #CCE8FD

Text Example


Text Example

White with #CCE8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE8FD; }

 p { color: rgb(204,232,253); }

 H1.HeaderClassName
 {
   color: #CCE8FD;
 }
 .AnyTagClassName
 {
   color: #CCE8FD;
 }
</style>

background-color css

<style>
 a { background-color: #CCE8FD; }

 a { background-color: rgb(204,232,253); }

 div.DivClassName
 {
   background-color: #CCE8FD;
 }
 .BgClassName
 {
   background-color: #CCE8FD;
 }
</style>

border-color css

<style>
 span { border-color: #CCE8FD; }

 span { border-color: rgb(204,232,253); }

 td.TdClassName
 {
   border-color: #CCE8FD;
 }
 .TagClassName
 {
   border-color: #CCE8FD;
 }
</style>