Html Css Color HEX #CCD9EE Hawkes Blue

📋 copy color: '#CCD9EE'

red 204 ◦ green 217 ◦ blue 238

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

Shades of Hawkes Blue #CCD9EE

Tints of Hawkes Blue #CCD9EE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.93%

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

R = 30.96%
G = 32.93%
B = 36.12%

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

#CCD9EE (or 0xCCD9EE) is known color: Hawkes Blue. HEX triplet: CC, D9 and EE. RGB value is (204,217,238). Sum of RGB (Red+Green+Blue) = 204+217+238=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9EE is #332611. Grayscale: #D7D7D7. Windows color (decimal): -3352082 or 15653324. OLE color: 15653324.

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

Color convert

RGB 204 217 238 -
CMYK 0.14 0.09 0 0.07
HSL 217.06º 0.5% 0.87% -
HSV(B) 217.06º 0.14% 0.93% -
XYZ 65.15 68.64 90.7 -
YUV 215.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 204 217 238 0.14 0.09 0 0.07 217.06 0.5 0.87
Hex CC D9 EE E 9 0 7 D9 32 57
Octal 314 331 356 16 11 0 7 331 62 127
Binary 11001100 11011001 11101110 1110 1001 0 111 11011001 110010 1010111

Color Harmonies of #CCD9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9EE

Black with #CCD9EE

Text Example


Text Example

White with #CCD9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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