Html Css Color HEX #CCD9E9 Hawkes Blue

📋 copy color: '#CCD9E9'

red 204 ◦ green 217 ◦ blue 233

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

Shades of Hawkes Blue #CCD9E9

Tints of Hawkes Blue #CCD9E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.63%

R = 31.19%
G = 33.18%
B = 35.63%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCD9E9 (or 0xCCD9E9) is known color: Hawkes Blue. HEX triplet: CC, D9 and E9. RGB value is (204,217,233). Sum of RGB (Red+Green+Blue) = 204+217+233=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCD9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9E9 is #332616. Grayscale: #D6D6D6. Windows color (decimal): -3352087 or 15325644. OLE color: 15325644.

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

Color convert

RGB 204 217 233 -
CMYK 0.12 0.07 0 0.09
HSL 213.1º 0.4% 0.86% -
HSV(B) 213.1º 0.12% 0.91% -
XYZ 64.42 68.35 86.89 -
YUV 214.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 204 217 233 0.12 0.07 0 0.09 213.1 0.4 0.86
Hex CC D9 E9 C 7 0 9 D5 28 56
Octal 314 331 351 14 7 0 11 325 50 126
Binary 11001100 11011001 11101001 1100 111 0 1001 11010101 101000 1010110

Color Harmonies of #CCD9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9E9

Black with #CCD9E9

Text Example


Text Example

White with #CCD9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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