Html Css Color HEX #CCD9ED Hawkes Blue

📋 copy color: '#CCD9ED'

red 204 ◦ green 217 ◦ blue 237

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

Shades of Hawkes Blue #CCD9ED

Tints of Hawkes Blue #CCD9ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.02%

R = 31%
G = 32.98%
B = 36.02%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCD9ED (or 0xCCD9ED) is known color: Hawkes Blue. HEX triplet: CC, D9 and ED. RGB value is (204,217,237). Sum of RGB (Red+Green+Blue) = 204+217+237=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCD9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9ED is #332612. Grayscale: #D7D7D7. Windows color (decimal): -3352083 or 15587788. OLE color: 15587788.

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

Color convert

RGB 204 217 237 -
CMYK 0.14 0.08 0 0.07
HSL 216.36º 0.48% 0.86% -
HSV(B) 216.36º 0.14% 0.93% -
XYZ 65 68.58 89.93 -
YUV 215.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 204 217 237 0.14 0.08 0 0.07 216.36 0.48 0.86
Hex CC D9 ED E 8 0 7 D8 30 56
Octal 314 331 355 16 10 0 7 330 60 126
Binary 11001100 11011001 11101101 1110 1000 0 111 11011000 110000 1010110

Color Harmonies of #CCD9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9ED

Black with #CCD9ED

Text Example


Text Example

White with #CCD9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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