Html Css Color HEX #CCD6ED Hawkes Blue

📋 copy color: '#CCD6ED'

red 204 ◦ green 214 ◦ blue 237

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

Shades of Hawkes Blue #CCD6ED

Tints of Hawkes Blue #CCD6ED

RGB

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

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

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

R = 31.15%
G = 32.67%
B = 36.18%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCD6ED (or 0xCCD6ED) is known color: Hawkes Blue. HEX triplet: CC, D6 and ED. RGB value is (204,214,237). Sum of RGB (Red+Green+Blue) = 204+214+237=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6ED is #332912. Grayscale: #D5D5D5. Windows color (decimal): -3352851 or 15587020. OLE color: 15587020.

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

Color convert

RGB 204 214 237 -
CMYK 0.14 0.10 0 0.07
HSL 221.82º 0.48% 0.86% -
HSV(B) 221.82º 0.14% 0.93% -
XYZ 64.23 67.04 89.68 -
YUV 213.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 204 214 237 0.14 0.10 0 0.07 221.82 0.48 0.86
Hex CC D6 ED E A 0 7 DE 30 56
Octal 314 326 355 16 12 0 7 336 60 126
Binary 11001100 11010110 11101101 1110 1010 0 111 11011110 110000 1010110

Color Harmonies of #CCD6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6ED

Black with #CCD6ED

Text Example


Text Example

White with #CCD6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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