#CFD3EA

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

Shades of Hawkes Blue #CFD3EA

Tints of Hawkes Blue #CFD3EA

Color information

#CFD3EA (or 0xCFD3EA) is unknown color: approx Hawkes Blue. HEX triplet: CF, D3 and EA. RGB value is (207,211,234). Sum of RGB (Red+Green+Blue) = 207+211+234=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD3EA is #302C15. Grayscale: #D4D4D4. Windows color (decimal): -3157014 or 15389647. OLE color: 15389647.

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

Color convert

RGB207211234-
CMYK0.120.1000.08
HSL231.11º39.13%86.47%-
HSV(B)231.11º11.54%91.76%-
XYZ63.8865.7987.17-
YUV212.43140.17124.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.75%
GREEN value IS 211 (82.81% from 255) = 32.36%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=31.75%
G=32.36%
B=35.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072112340.120.1000.08231.1139.1386.47
HexCFD3EACA08e72756
Octal317323352141201034747126
Binary1100111111010011111010101100101001000111001111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD3EA; }

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

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

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

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

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

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

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

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