Html Css Color HEX #CCD6EB Hawkes Blue

📋 copy color: '#CCD6EB'

red 204 ◦ green 214 ◦ blue 235

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

Shades of Hawkes Blue #CCD6EB

Tints of Hawkes Blue #CCD6EB

RGB

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

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

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

R = 31.24%
G = 32.77%
B = 35.99%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCD6EB (or 0xCCD6EB) is known color: Hawkes Blue. HEX triplet: CC, D6 and EB. RGB value is (204,214,235). Sum of RGB (Red+Green+Blue) = 204+214+235=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCD6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6EB is #332914. Grayscale: #D5D5D5. Windows color (decimal): -3352853 or 15455948. OLE color: 15455948.

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

Color convert

RGB 204 214 235 -
CMYK 0.13 0.09 0 0.08
HSL 220.65º 0.44% 0.86% -
HSV(B) 220.65º 0.13% 0.92% -
XYZ 63.94 66.93 88.15 -
YUV 213.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 204 214 235 0.13 0.09 0 0.08 220.65 0.44 0.86
Hex CC D6 EB D 9 0 8 DD 2C 56
Octal 314 326 353 15 11 0 10 335 54 126
Binary 11001100 11010110 11101011 1101 1001 0 1000 11011101 101100 1010110

Color Harmonies of #CCD6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6EB

Black with #CCD6EB

Text Example


Text Example

White with #CCD6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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