#CFDAE6

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

Shades of Hawkes Blue #CFDAE6

Tints of Hawkes Blue #CFDAE6

Color information

#CFDAE6 (or 0xCFDAE6) is unknown color: approx Hawkes Blue. HEX triplet: CF, DA and E6. RGB value is (207,218,230). Sum of RGB (Red+Green+Blue) = 207+218+230=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFDAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAE6 is #302519. Grayscale: #D8D8D8. Windows color (decimal): -3155226 or 15129295. OLE color: 15129295.

HSL color Cylindrical-coordinate representation of color #CFDAE6: hue angle of 211.3º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDAE6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207218230-
CMYK0.100.0500.10
HSL211.3º31.51%85.69%-
HSV(B)211.3º10%90.2%-
XYZ65.0969.1284.77-
YUV216.08135.86121.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.60%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 230 (90.23% from 255) = 35.11%
R=31.60%
G=33.28%
B=35.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072182300.100.0500.10211.331.5185.69
HexCFDAE6A50Ad32056
Octal31733234612501232340126
Binary110011111101101011100110101010101010110100111000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAE6; }

 p { color: rgb(207,218,230); }

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

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

 a { background-color: rgb(207,218,230); }

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

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

 span { border-color: rgb(207,218,230); }

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