#CFDCEA

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

Shades of Hawkes Blue #CFDCEA

Tints of Hawkes Blue #CFDCEA

Color information

#CFDCEA (or 0xCFDCEA) is unknown color: approx Hawkes Blue. HEX triplet: CF, DC and EA. RGB value is (207,220,234). Sum of RGB (Red+Green+Blue) = 207+220+234=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCEA is #302315. Grayscale: #D9D9D9. Windows color (decimal): -3154710 or 15391951. OLE color: 15391951.

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

Color convert

RGB207220234-
CMYK0.120.0600.08
HSL211.11º39.13%86.47%-
HSV(B)211.11º11.54%91.76%-
XYZ66.1870.3987.94-
YUV217.71137.19120.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.32%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 234 (91.80% from 255) = 35.40%
R=31.32%
G=33.28%
B=35.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072202340.120.0600.08211.1139.1386.47
HexCFDCEAC608d32756
Octal31733435214601032347126
Binary110011111101110011101010110011001000110100111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCEA; }

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

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

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

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

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

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

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

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