Html Css Color HEX #CCD8EE Hawkes Blue

📋 copy color: '#CCD8EE'

red 204 ◦ green 216 ◦ blue 238

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

Shades of Hawkes Blue #CCD8EE

Tints of Hawkes Blue #CCD8EE

RGB

 RED value IS 204 (80.08% from 255) = 31%

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

 BLUE value IS 238 (93.36% from 255) = 36.17%

R = 31%
G = 32.83%
B = 36.17%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCD8EE (or 0xCCD8EE) is known color: Hawkes Blue. HEX triplet: CC, D8 and EE. RGB value is (204,216,238). Sum of RGB (Red+Green+Blue) = 204+216+238=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCD8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8EE is #332711. Grayscale: #D6D6D6. Windows color (decimal): -3352338 or 15653068. OLE color: 15653068.

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

Color convert

RGB 204 216 238 -
CMYK 0.14 0.09 0 0.07
HSL 218.82º 0.5% 0.87% -
HSV(B) 218.82º 0.14% 0.93% -
XYZ 64.89 68.12 90.62 -
YUV 214.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 204 216 238 0.14 0.09 0 0.07 218.82 0.5 0.87
Hex CC D8 EE E 9 0 7 DB 32 57
Octal 314 330 356 16 11 0 7 333 62 127
Binary 11001100 11011000 11101110 1110 1001 0 111 11011011 110010 1010111

Color Harmonies of #CCD8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD8EE

Black with #CCD8EE

Text Example


Text Example

White with #CCD8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD8EE; }

 p { color: rgb(204,216,238); }

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

background-color css

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

 a { background-color: rgb(204,216,238); }

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

border-color css

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

 span { border-color: rgb(204,216,238); }

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