Html Css Color HEX #CCD4ED Hawkes Blue

📋 copy color: '#CCD4ED'

red 204 ◦ green 212 ◦ blue 237

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

Shades of Hawkes Blue #CCD4ED

Tints of Hawkes Blue #CCD4ED

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.47%

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

R = 31.24%
G = 32.47%
B = 36.29%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCD4ED (or 0xCCD4ED) is known color: Hawkes Blue. HEX triplet: CC, D4 and ED. RGB value is (204,212,237). Sum of RGB (Red+Green+Blue) = 204+212+237=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCD4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4ED is #332B12. Grayscale: #D4D4D4. Windows color (decimal): -3353363 or 15586508. OLE color: 15586508.

HSL color Cylindrical-coordinate representation of color #CCD4ED: hue angle of 225.45º 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 #CCD4ED is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 212 237 -
CMYK 0.14 0.11 0 0.07
HSL 225.45º 0.48% 0.86% -
HSV(B) 225.45º 0.14% 0.93% -
XYZ 63.73 66.04 89.51 -
YUV 212.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 204 212 237 0.14 0.11 0 0.07 225.45 0.48 0.86
Hex CC D4 ED E B 0 7 E1 30 56
Octal 314 324 355 16 13 0 7 341 60 126
Binary 11001100 11010100 11101101 1110 1011 0 111 11100001 110000 1010110

Color Harmonies of #CCD4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4ED

Black with #CCD4ED

Text Example


Text Example

White with #CCD4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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