Html Css Color HEX #CCD9EB Hawkes Blue

📋 copy color: '#CCD9EB'

red 204 ◦ green 217 ◦ blue 235

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

Shades of Hawkes Blue #CCD9EB

Tints of Hawkes Blue #CCD9EB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.08%

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

R = 31.1%
G = 33.08%
B = 35.82%

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

#CCD9EB (or 0xCCD9EB) is known color: Hawkes Blue. HEX triplet: CC, D9 and EB. RGB value is (204,217,235). Sum of RGB (Red+Green+Blue) = 204+217+235=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9EB is #332614. Grayscale: #D7D7D7. Windows color (decimal): -3352085 or 15456716. OLE color: 15456716.

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

Color convert

RGB 204 217 235 -
CMYK 0.13 0.08 0 0.08
HSL 214.84º 0.44% 0.86% -
HSV(B) 214.84º 0.13% 0.92% -
XYZ 64.71 68.46 88.4 -
YUV 215.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 204 217 235 0.13 0.08 0 0.08 214.84 0.44 0.86
Hex CC D9 EB D 8 0 8 D7 2C 56
Octal 314 331 353 15 10 0 10 327 54 126
Binary 11001100 11011001 11101011 1101 1000 0 1000 11010111 101100 1010110

Color Harmonies of #CCD9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9EB

Black with #CCD9EB

Text Example


Text Example

White with #CCD9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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