Html Css Color HEX #CCDAEF Hawkes Blue

📋 copy color: '#CCDAEF'

red 204 ◦ green 218 ◦ blue 239

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

Shades of Hawkes Blue #CCDAEF

Tints of Hawkes Blue #CCDAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.16%

R = 30.86%
G = 32.98%
B = 36.16%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCDAEF (or 0xCCDAEF) is known color: Hawkes Blue. HEX triplet: CC, DA and EF. RGB value is (204,218,239). Sum of RGB (Red+Green+Blue) = 204+218+239=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCDAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAEF is #332510. Grayscale: #D8D8D8. Windows color (decimal): -3351825 or 15719116. OLE color: 15719116.

HSL color Cylindrical-coordinate representation of color #CCDAEF: hue angle of 216º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCDAEF is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 218 239 -
CMYK 0.15 0.09 0 0.06
HSL 216º 0.52% 0.87% -
HSV(B) 216º 0.15% 0.94% -
XYZ 65.55 69.21 91.57 -
YUV 216.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 204 218 239 0.15 0.09 0 0.06 216 0.52 0.87
Hex CC DA EF F 9 0 6 D8 34 57
Octal 314 332 357 17 11 0 6 330 64 127
Binary 11001100 11011010 11101111 1111 1001 0 110 11011000 110100 1010111

Color Harmonies of #CCDAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAEF

Black with #CCDAEF

Text Example


Text Example

White with #CCDAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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