Html Css Color HEX #CCDAEA Hawkes Blue

📋 copy color: '#CCDAEA'

red 204 ◦ green 218 ◦ blue 234

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

Shades of Hawkes Blue #CCDAEA

Tints of Hawkes Blue #CCDAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.67%

R = 31.1%
G = 33.23%
B = 35.67%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCDAEA (or 0xCCDAEA) is known color: Hawkes Blue. HEX triplet: CC, DA and EA. RGB value is (204,218,234). Sum of RGB (Red+Green+Blue) = 204+218+234=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAEA is #332515. Grayscale: #D7D7D7. Windows color (decimal): -3351830 or 15391436. OLE color: 15391436.

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

Color convert

RGB 204 218 234 -
CMYK 0.13 0.07 0 0.08
HSL 212º 0.42% 0.86% -
HSV(B) 212º 0.13% 0.92% -
XYZ 64.82 68.92 87.73 -
YUV 215.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 204 218 234 0.13 0.07 0 0.08 212 0.42 0.86
Hex CC DA EA D 7 0 8 D4 2A 56
Octal 314 332 352 15 7 0 10 324 52 126
Binary 11001100 11011010 11101010 1101 111 0 1000 11010100 101010 1010110

Color Harmonies of #CCDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAEA

Black with #CCDAEA

Text Example


Text Example

White with #CCDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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