Html Css Color HEX #CFD8ED Hawkes Blue

📋 copy color: '#CFD8ED'

red 207 ◦ green 216 ◦ blue 237

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

Shades of Hawkes Blue #CFD8ED

Tints of Hawkes Blue #CFD8ED

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.73%

 BLUE value IS 237 (92.97% from 255) = 35.91%

R = 31.36%
G = 32.73%
B = 35.91%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFD8ED (or 0xCFD8ED) is known color: Hawkes Blue. HEX triplet: CF, D8 and ED. RGB value is (207,216,237). Sum of RGB (Red+Green+Blue) = 207+216+237=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFD8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD8ED is #302712. Grayscale: #D7D7D7. Windows color (decimal): -3155731 or 15587535. OLE color: 15587535.

HSL color Cylindrical-coordinate representation of color #CFD8ED: hue angle of 222º degrees, saturation: 0.45, 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 #CFD8ED is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 216 237 -
CMYK 0.13 0.09 0 0.07
HSL 222º 0.45% 0.87% -
HSV(B) 222º 0.13% 0.93% -
XYZ 65.57 68.49 89.88 -
YUV 215.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 207 216 237 0.13 0.09 0 0.07 222 0.45 0.87
Hex CF D8 ED D 9 0 7 DE 2D 57
Octal 317 330 355 15 11 0 7 336 55 127
Binary 11001111 11011000 11101101 1101 1001 0 111 11011110 101101 1010111

Color Harmonies of #CFD8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD8ED

Black with #CFD8ED

Text Example


Text Example

White with #CFD8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD8ED; }

 p { color: rgb(207,216,237); }

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

background-color css

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

 a { background-color: rgb(207,216,237); }

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

border-color css

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

 span { border-color: rgb(207,216,237); }

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