Html Css Color HEX #CCD3E8 Hawkes Blue

📋 copy color: '#CCD3E8'

red 204 ◦ green 211 ◦ blue 232

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

Shades of Hawkes Blue #CCD3E8

Tints of Hawkes Blue #CCD3E8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.61%

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

R = 31.53%
G = 32.61%
B = 35.86%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCD3E8 (or 0xCCD3E8) is known color: Hawkes Blue. HEX triplet: CC, D3 and E8. RGB value is (204,211,232). Sum of RGB (Red+Green+Blue) = 204+211+232=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCD3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD3E8 is #332C17. Grayscale: #D3D3D3. Windows color (decimal): -3353624 or 15258572. OLE color: 15258572.

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

Color convert

RGB 204 211 232 -
CMYK 0.12 0.09 0 0.09
HSL 225º 0.38% 0.85% -
HSV(B) 225º 0.12% 0.91% -
XYZ 62.76 65.25 85.63 -
YUV 211.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 204 211 232 0.12 0.09 0 0.09 225 0.38 0.85
Hex CC D3 E8 C 9 0 9 E1 26 55
Octal 314 323 350 14 11 0 11 341 46 125
Binary 11001100 11010011 11101000 1100 1001 0 1001 11100001 100110 1010101

Color Harmonies of #CCD3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD3E8

Black with #CCD3E8

Text Example


Text Example

White with #CCD3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD3E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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