#CFDCEC

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

Shades of Hawkes Blue #CFDCEC

Tints of Hawkes Blue #CFDCEC

Color information

#CFDCEC (or 0xCFDCEC) is unknown color: approx Hawkes Blue. HEX triplet: CF, DC and EC. RGB value is (207,220,236). Sum of RGB (Red+Green+Blue) = 207+220+236=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCEC is #302313. Grayscale: #D9D9D9. Windows color (decimal): -3154708 or 15523023. OLE color: 15523023.

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

Color convert

RGB207220236-
CMYK0.120.0700.07
HSL213.1º43.28%86.86%-
HSV(B)213.1º12.29%92.55%-
XYZ66.4770.5189.46-
YUV217.94138.19120.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.22%
GREEN value IS 220 (86.33% from 255) = 33.18%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=31.22%
G=33.18%
B=35.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072202360.120.0700.07213.143.2886.86
HexCFDCECC707d52b57
Octal3173343541470732553127
Binary11001111110111001110110011001110111110101011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCEC; }

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

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

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

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

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

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

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

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