Html Css Color HEX #CFDEEC Pattens Blue

📋 copy color: '#CFDEEC'

red 207 ◦ green 222 ◦ blue 236

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

Shades of Pattens Blue #CFDEEC

Tints of Pattens Blue #CFDEEC

RGB

 RED value IS 207 (81.25% from 255) = 31.13%

 GREEN value IS 222 (87.11% from 255) = 33.38%

 BLUE value IS 236 (92.58% from 255) = 35.49%

R = 31.13%
G = 33.38%
B = 35.49%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFDEEC (or 0xCFDEEC) is known color: Pattens Blue. HEX triplet: CF, DE and EC. RGB value is (207,222,236). Sum of RGB (Red+Green+Blue) = 207+222+236=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFDEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEEC is #302113. Grayscale: #DBDBDB. Windows color (decimal): -3154196 or 15523535. OLE color: 15523535.

HSL color Cylindrical-coordinate representation of color #CFDEEC: hue angle of 208.97º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFDEEC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 222 236 -
CMYK 0.12 0.06 0 0.07
HSL 208.97º 0.43% 0.87% -
HSV(B) 208.97º 0.12% 0.93% -
XYZ 66.99 71.56 89.64 -
YUV 219.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 207 222 236 0.12 0.06 0 0.07 208.97 0.43 0.87
Hex CF DE EC C 6 0 7 D1 2B 57
Octal 317 336 354 14 6 0 7 321 53 127
Binary 11001111 11011110 11101100 1100 110 0 111 11010001 101011 1010111

Color Harmonies of #CFDEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDEEC

Black with #CFDEEC

Text Example


Text Example

White with #CFDEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDEEC; }

 p { color: rgb(207,222,236); }

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

background-color css

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

 a { background-color: rgb(207,222,236); }

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

border-color css

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

 span { border-color: rgb(207,222,236); }

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