Html Css Color HEX #CCD7EC Hawkes Blue

📋 copy color: '#CCD7EC'

red 204 ◦ green 215 ◦ blue 236

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

Shades of Hawkes Blue #CCD7EC

Tints of Hawkes Blue #CCD7EC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.82%

 BLUE value IS 236 (92.58% from 255) = 36.03%

R = 31.15%
G = 32.82%
B = 36.03%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCD7EC (or 0xCCD7EC) is known color: Hawkes Blue. HEX triplet: CC, D7 and EC. RGB value is (204,215,236). Sum of RGB (Red+Green+Blue) = 204+215+236=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7EC is #332813. Grayscale: #D6D6D6. Windows color (decimal): -3352596 or 15521740. OLE color: 15521740.

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

Color convert

RGB 204 215 236 -
CMYK 0.14 0.09 0 0.07
HSL 219.38º 0.46% 0.86% -
HSV(B) 219.38º 0.14% 0.93% -
XYZ 64.34 67.49 88.99 -
YUV 214.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 204 215 236 0.14 0.09 0 0.07 219.38 0.46 0.86
Hex CC D7 EC E 9 0 7 DB 2E 56
Octal 314 327 354 16 11 0 7 333 56 126
Binary 11001100 11010111 11101100 1110 1001 0 111 11011011 101110 1010110

Color Harmonies of #CCD7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD7EC

Black with #CCD7EC

Text Example


Text Example

White with #CCD7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD7EC; }

 p { color: rgb(204,215,236); }

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

background-color css

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

 a { background-color: rgb(204,215,236); }

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

border-color css

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

 span { border-color: rgb(204,215,236); }

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