Html Css Color HEX #CCDAEC Hawkes Blue

📋 copy color: '#CCDAEC'

red 204 ◦ green 218 ◦ blue 236

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

Shades of Hawkes Blue #CCDAEC

Tints of Hawkes Blue #CCDAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.87%

R = 31%
G = 33.13%
B = 35.87%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCDAEC (or 0xCCDAEC) is known color: Hawkes Blue. HEX triplet: CC, DA and EC. RGB value is (204,218,236). Sum of RGB (Red+Green+Blue) = 204+218+236=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAEC is #332513. Grayscale: #D7D7D7. Windows color (decimal): -3351828 or 15522508. OLE color: 15522508.

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

Color convert

RGB 204 218 236 -
CMYK 0.14 0.08 0 0.07
HSL 213.75º 0.46% 0.86% -
HSV(B) 213.75º 0.14% 0.93% -
XYZ 65.11 69.04 89.25 -
YUV 215.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 204 218 236 0.14 0.08 0 0.07 213.75 0.46 0.86
Hex CC DA EC E 8 0 7 D6 2E 56
Octal 314 332 354 16 10 0 7 326 56 126
Binary 11001100 11011010 11101100 1110 1000 0 111 11010110 101110 1010110

Color Harmonies of #CCDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAEC

Black with #CCDAEC

Text Example


Text Example

White with #CCDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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