Html Css Color HEX #CCD2EC Hawkes Blue

📋 copy color: '#CCD2EC'

red 204 ◦ green 210 ◦ blue 236

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

Shades of Hawkes Blue #CCD2EC

Tints of Hawkes Blue #CCD2EC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.31%

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

R = 31.38%
G = 32.31%
B = 36.31%

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

#CCD2EC (or 0xCCD2EC) is known color: Hawkes Blue. HEX triplet: CC, D2 and EC. RGB value is (204,210,236). Sum of RGB (Red+Green+Blue) = 204+210+236=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2EC is #332D13. Grayscale: #D3D3D3. Windows color (decimal): -3353876 or 15520460. OLE color: 15520460.

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

Color convert

RGB 204 210 236 -
CMYK 0.14 0.11 0 0.07
HSL 228.75º 0.46% 0.86% -
HSV(B) 228.75º 0.14% 0.93% -
XYZ 63.09 64.99 88.58 -
YUV 211.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 204 210 236 0.14 0.11 0 0.07 228.75 0.46 0.86
Hex CC D2 EC E B 0 7 E5 2E 56
Octal 314 322 354 16 13 0 7 345 56 126
Binary 11001100 11010010 11101100 1110 1011 0 111 11100101 101110 1010110

Color Harmonies of #CCD2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2EC

Black with #CCD2EC

Text Example


Text Example

White with #CCD2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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