Html Css Color HEX #CCD3EC Hawkes Blue

📋 copy color: '#CCD3EC'

red 204 ◦ green 211 ◦ blue 236

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

Shades of Hawkes Blue #CCD3EC

Tints of Hawkes Blue #CCD3EC

RGB

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

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

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

R = 31.34%
G = 32.41%
B = 36.25%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCD3EC (or 0xCCD3EC) is known color: Hawkes Blue. HEX triplet: CC, D3 and EC. RGB value is (204,211,236). Sum of RGB (Red+Green+Blue) = 204+211+236=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD3EC is #332C13. Grayscale: #D3D3D3. Windows color (decimal): -3353620 or 15520716. OLE color: 15520716.

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

Color convert

RGB 204 211 236 -
CMYK 0.14 0.11 0 0.07
HSL 226.88º 0.46% 0.86% -
HSV(B) 226.88º 0.14% 0.93% -
XYZ 63.34 65.48 88.66 -
YUV 211.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 204 211 236 0.14 0.11 0 0.07 226.88 0.46 0.86
Hex CC D3 EC E B 0 7 E3 2E 56
Octal 314 323 354 16 13 0 7 343 56 126
Binary 11001100 11010011 11101100 1110 1011 0 111 11100011 101110 1010110

Color Harmonies of #CCD3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD3EC

Black with #CCD3EC

Text Example


Text Example

White with #CCD3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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