#CFDFEC

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

Shades of Pattens Blue #CFDFEC

Tints of Pattens Blue #CFDFEC

Color information

#CFDFEC (or 0xCFDFEC) is unknown color: approx Pattens Blue. HEX triplet: CF, DF and EC. RGB value is (207,223,236). Sum of RGB (Red+Green+Blue) = 207+223+236=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFEC is #302013. Grayscale: #DBDBDB. Windows color (decimal): -3153940 or 15523791. OLE color: 15523791.

HSL color Cylindrical-coordinate representation of color #CFDFEC: hue angle of 206.9º 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 #CFDFEC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207223236-
CMYK0.120.0600.07
HSL206.9º43.28%86.86%-
HSV(B)206.9º12.29%92.55%-
XYZ67.2672.189.73-
YUV219.7137.2118.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.08%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=31.08%
G=33.48%
B=35.44%

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
Decimal2072232360.120.0600.07206.943.2886.86
HexCFDFECC607cf2b57
Octal3173373541460731753127
Binary11001111110111111110110011001100111110011111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFEC; }

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

 H1.HeaderClassName
 {
   color: #CFDFEC;
 }
 .AnyTagClassName
 {
   color: #CFDFEC;
 }
</style>
background-color css

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

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

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

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

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

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