#CFDFEF

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

Shades of Pattens Blue #CFDFEF

Tints of Pattens Blue #CFDFEF

Color information

#CFDFEF (or 0xCFDFEF) is unknown color: approx Pattens Blue. HEX triplet: CF, DF and EF. RGB value is (207,223,239). Sum of RGB (Red+Green+Blue) = 207+223+239=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFDFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFEF is #302010. Grayscale: #DBDBDB. Windows color (decimal): -3153937 or 15720399. OLE color: 15720399.

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

Color convert

RGB207223239-
CMYK0.130.0700.06
HSL210º50%87.45%-
HSV(B)210º13.39%93.73%-
XYZ67.772.2792.04-
YUV220.04138.7118.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.94%
GREEN value IS 223 (87.5% from 255) = 33.33%
BLUE value IS 239 (93.75% from 255) = 35.72%
R=30.94%
G=33.33%
B=35.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072232390.130.0700.062105087.45
HexCFDFEFD706d23257
Octal3173373571570632262127
Binary11001111110111111110111111011110110110100101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFEF; }

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

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

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

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

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

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

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

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