Html Css Color HEX #CCDAE8 Hawkes Blue

📋 copy color: '#CCDAE8'

red 204 ◦ green 218 ◦ blue 232

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

Shades of Hawkes Blue #CCDAE8

Tints of Hawkes Blue #CCDAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.47%

R = 31.19%
G = 33.33%
B = 35.47%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCDAE8 (or 0xCCDAE8) is known color: Hawkes Blue. HEX triplet: CC, DA and E8. RGB value is (204,218,232). Sum of RGB (Red+Green+Blue) = 204+218+232=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAE8 is #332517. Grayscale: #D7D7D7. Windows color (decimal): -3351832 or 15260364. OLE color: 15260364.

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

Color convert

RGB 204 218 232 -
CMYK 0.12 0.06 0 0.09
HSL 210º 0.38% 0.85% -
HSV(B) 210º 0.12% 0.91% -
XYZ 64.54 68.81 86.22 -
YUV 215.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 204 218 232 0.12 0.06 0 0.09 210 0.38 0.85
Hex CC DA E8 C 6 0 9 D2 26 55
Octal 314 332 350 14 6 0 11 322 46 125
Binary 11001100 11011010 11101000 1100 110 0 1001 11010010 100110 1010101

Color Harmonies of #CCDAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAE8

Black with #CCDAE8

Text Example


Text Example

White with #CCDAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAE8; }

 p { color: rgb(204,218,232); }

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

background-color css

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

 a { background-color: rgb(204,218,232); }

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

border-color css

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

 span { border-color: rgb(204,218,232); }

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