Html Css Color HEX #CCD8EB Hawkes Blue

📋 copy color: '#CCD8EB'

red 204 ◦ green 216 ◦ blue 235

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

Shades of Hawkes Blue #CCD8EB

Tints of Hawkes Blue #CCD8EB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.98%

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

R = 31.15%
G = 32.98%
B = 35.88%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCD8EB (or 0xCCD8EB) is known color: Hawkes Blue. HEX triplet: CC, D8 and EB. RGB value is (204,216,235). Sum of RGB (Red+Green+Blue) = 204+216+235=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCD8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8EB is #332714. Grayscale: #D6D6D6. Windows color (decimal): -3352341 or 15456460. OLE color: 15456460.

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

Color convert

RGB 204 216 235 -
CMYK 0.13 0.08 0 0.08
HSL 216.77º 0.44% 0.86% -
HSV(B) 216.77º 0.13% 0.92% -
XYZ 64.45 67.95 88.32 -
YUV 214.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 204 216 235 0.13 0.08 0 0.08 216.77 0.44 0.86
Hex CC D8 EB D 8 0 8 D9 2C 56
Octal 314 330 353 15 10 0 10 331 54 126
Binary 11001100 11011000 11101011 1101 1000 0 1000 11011001 101100 1010110

Color Harmonies of #CCD8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD8EB

Black with #CCD8EB

Text Example


Text Example

White with #CCD8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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