Html Css Color HEX #CCD6E8 Hawkes Blue

📋 copy color: '#CCD6E8'

red 204 ◦ green 214 ◦ blue 232

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

Shades of Hawkes Blue #CCD6E8

Tints of Hawkes Blue #CCD6E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.69%

R = 31.38%
G = 32.92%
B = 35.69%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCD6E8 (or 0xCCD6E8) is known color: Hawkes Blue. HEX triplet: CC, D6 and E8. RGB value is (204,214,232). Sum of RGB (Red+Green+Blue) = 204+214+232=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 214 (83.98% from 255 or 32.92% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCD6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6E8 is #332917. Grayscale: #D4D4D4. Windows color (decimal): -3352856 or 15259340. OLE color: 15259340.

HSL color Cylindrical-coordinate representation of color #CCD6E8: hue angle of 218.57º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCD6E8 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 214 232 -
CMYK 0.12 0.08 0 0.09
HSL 218.57º 0.38% 0.85% -
HSV(B) 218.57º 0.12% 0.91% -
XYZ 63.51 66.76 85.88 -
YUV 213.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 204 214 232 0.12 0.08 0 0.09 218.57 0.38 0.85
Hex CC D6 E8 C 8 0 9 DB 26 55
Octal 314 326 350 14 10 0 11 333 46 125
Binary 11001100 11010110 11101000 1100 1000 0 1001 11011011 100110 1010101

Color Harmonies of #CCD6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6E8

Black with #CCD6E8

Text Example


Text Example

White with #CCD6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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