#CFDCEE

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

Shades of Hawkes Blue #CFDCEE

Tints of Hawkes Blue #CFDCEE

Color information

#CFDCEE (or 0xCFDCEE) is unknown color: approx Hawkes Blue. HEX triplet: CF, DC and EE. RGB value is (207,220,238). Sum of RGB (Red+Green+Blue) = 207+220+238=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFDCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCEE is #302311. Grayscale: #DADADA. Windows color (decimal): -3154706 or 15654095. OLE color: 15654095.

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

Color convert

RGB207220238-
CMYK0.130.0800.07
HSL214.84º47.69%87.25%-
HSV(B)214.84º13.03%93.33%-
XYZ66.7670.6291-
YUV218.16139.19120.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.13%
GREEN value IS 220 (86.33% from 255) = 33.08%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=31.13%
G=33.08%
B=35.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072202380.130.0800.07214.8447.6987.25
HexCFDCEED807d73057
Octal31733435615100732760127
Binary110011111101110011101110110110000111110101111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCEE; }

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

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

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

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

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

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

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

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