Html Css Color HEX #CFDAEC Hawkes Blue

📋 copy color: '#CFDAEC'

red 207 ◦ green 218 ◦ blue 236

#CFDAEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #CFDAEC

Tints of Hawkes Blue #CFDAEC

RGB

 RED value IS 207 (81.25% from 255) = 31.32%

 GREEN value IS 218 (85.55% from 255) = 32.98%

 BLUE value IS 236 (92.58% from 255) = 35.7%

R = 31.32%
G = 32.98%
B = 35.7%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFDAEC (or 0xCFDAEC) is known color: Hawkes Blue. HEX triplet: CF, DA and EC. RGB value is (207,218,236). Sum of RGB (Red+Green+Blue) = 207+218+236=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAEC is #302513. Grayscale: #D8D8D8. Windows color (decimal): -3155220 or 15522511. OLE color: 15522511.

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

Color convert

RGB 207 218 236 -
CMYK 0.12 0.08 0 0.07
HSL 217.24º 0.43% 0.87% -
HSV(B) 217.24º 0.12% 0.93% -
XYZ 65.94 69.46 89.29 -
YUV 216.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 207 218 236 0.12 0.08 0 0.07 217.24 0.43 0.87
Hex CF DA EC C 8 0 7 D9 2B 57
Octal 317 332 354 14 10 0 7 331 53 127
Binary 11001111 11011010 11101100 1100 1000 0 111 11011001 101011 1010111

Color Harmonies of #CFDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDAEC

Black with #CFDAEC

Text Example


Text Example

White with #CFDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDAEC; }

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

 H1.HeaderClassName
 {
   color: #CFDAEC;
 }
 .AnyTagClassName
 {
   color: #CFDAEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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