#CFDFEA

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

Shades of Pattens Blue #CFDFEA

Tints of Pattens Blue #CFDFEA

Color information

#CFDFEA (or 0xCFDFEA) is unknown color: approx Pattens Blue. HEX triplet: CF, DF and EA. RGB value is (207,223,234). Sum of RGB (Red+Green+Blue) = 207+223+234=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFEA is #302015. Grayscale: #DBDBDB. Windows color (decimal): -3153942 or 15392719. OLE color: 15392719.

HSL color Cylindrical-coordinate representation of color #CFDFEA: hue angle of 204.44º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFDFEA is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207223234-
CMYK0.120.0500.08
HSL204.44º39.13%86.47%-
HSV(B)204.44º11.54%91.76%-
XYZ66.9771.9888.21-
YUV219.47136.2119.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.17%
GREEN value IS 223 (87.5% from 255) = 33.58%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=31.17%
G=33.58%
B=35.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072232340.120.0500.08204.4439.1386.47
HexCFDFEAC508cc2756
Octal31733735214501031447126
Binary110011111101111111101010110010101000110011001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFEA; }

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

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

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

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

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

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

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

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