Html Css Color HEX #CCD6EC Hawkes Blue

📋 copy color: '#CCD6EC'

red 204 ◦ green 214 ◦ blue 236

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

Shades of Hawkes Blue #CCD6EC

Tints of Hawkes Blue #CCD6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.72%

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

R = 31.19%
G = 32.72%
B = 36.09%

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

#CCD6EC (or 0xCCD6EC) is known color: Hawkes Blue. HEX triplet: CC, D6 and EC. RGB value is (204,214,236). Sum of RGB (Red+Green+Blue) = 204+214+236=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6EC is #332913. Grayscale: #D5D5D5. Windows color (decimal): -3352852 or 15521484. OLE color: 15521484.

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

Color convert

RGB 204 214 236 -
CMYK 0.14 0.09 0 0.07
HSL 221.25º 0.46% 0.86% -
HSV(B) 221.25º 0.14% 0.93% -
XYZ 64.09 66.99 88.91 -
YUV 213.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 204 214 236 0.14 0.09 0 0.07 221.25 0.46 0.86
Hex CC D6 EC E 9 0 7 DD 2E 56
Octal 314 326 354 16 11 0 7 335 56 126
Binary 11001100 11010110 11101100 1110 1001 0 111 11011101 101110 1010110

Color Harmonies of #CCD6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6EC

Black with #CCD6EC

Text Example


Text Example

White with #CCD6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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