#CFDEEC

Color #CFDEEC Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #CFDEEC

Tints of Pattens Blue #CFDEEC

Color information

#CFDEEC (or 0xCFDEEC) is unknown color: approx 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

RGB207222236-
CMYK0.120.0600.07
HSL208.97º43.28%86.86%-
HSV(B)208.97º12.29%92.55%-
XYZ66.9971.5689.64-
YUV219.11137.53119.36-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072222360.120.0600.07208.9743.2886.86
HexCFDEECC607d12b57
Octal3173363541460732153127
Binary11001111110111101110110011001100111110100011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>