Html Css Color HEX #CCDAEB Hawkes Blue

📋 copy color: '#CCDAEB'

red 204 ◦ green 218 ◦ blue 235

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

Shades of Hawkes Blue #CCDAEB

Tints of Hawkes Blue #CCDAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.77%

R = 31.05%
G = 33.18%
B = 35.77%

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

#CCDAEB (or 0xCCDAEB) is known color: Hawkes Blue. HEX triplet: CC, DA and EB. RGB value is (204,218,235). Sum of RGB (Red+Green+Blue) = 204+218+235=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAEB is #332514. Grayscale: #D7D7D7. Windows color (decimal): -3351829 or 15456972. OLE color: 15456972.

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

Color convert

RGB 204 218 235 -
CMYK 0.13 0.07 0 0.08
HSL 212.9º 0.44% 0.86% -
HSV(B) 212.9º 0.13% 0.92% -
XYZ 64.97 68.98 88.49 -
YUV 215.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 204 218 235 0.13 0.07 0 0.08 212.9 0.44 0.86
Hex CC DA EB D 7 0 8 D5 2C 56
Octal 314 332 353 15 7 0 10 325 54 126
Binary 11001100 11011010 11101011 1101 111 0 1000 11010101 101100 1010110

Color Harmonies of #CCDAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAEB

Black with #CCDAEB

Text Example


Text Example

White with #CCDAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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