Html Css Color HEX #CCDAED Hawkes Blue

📋 copy color: '#CCDAED'

red 204 ◦ green 218 ◦ blue 237

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

Shades of Hawkes Blue #CCDAED

Tints of Hawkes Blue #CCDAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.96%

R = 30.96%
G = 33.08%
B = 35.96%

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

#CCDAED (or 0xCCDAED) is known color: Hawkes Blue. HEX triplet: CC, DA and ED. RGB value is (204,218,237). Sum of RGB (Red+Green+Blue) = 204+218+237=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAED is #332512. Grayscale: #D7D7D7. Windows color (decimal): -3351827 or 15588044. OLE color: 15588044.

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

Color convert

RGB 204 218 237 -
CMYK 0.14 0.08 0 0.07
HSL 214.55º 0.48% 0.86% -
HSV(B) 214.55º 0.14% 0.93% -
XYZ 65.26 69.09 90.02 -
YUV 215.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 204 218 237 0.14 0.08 0 0.07 214.55 0.48 0.86
Hex CC DA ED E 8 0 7 D7 30 56
Octal 314 332 355 16 10 0 7 327 60 126
Binary 11001100 11011010 11101101 1110 1000 0 111 11010111 110000 1010110

Color Harmonies of #CCDAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAED

Black with #CCDAED

Text Example


Text Example

White with #CCDAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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