Html Css Color HEX #CCD4EC Hawkes Blue

📋 copy color: '#CCD4EC'

red 204 ◦ green 212 ◦ blue 236

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

Shades of Hawkes Blue #CCD4EC

Tints of Hawkes Blue #CCD4EC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.52%

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

R = 31.29%
G = 32.52%
B = 36.2%

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

#CCD4EC (or 0xCCD4EC) is known color: Hawkes Blue. HEX triplet: CC, D4 and EC. RGB value is (204,212,236). Sum of RGB (Red+Green+Blue) = 204+212+236=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4EC is #332B13. Grayscale: #D4D4D4. Windows color (decimal): -3353364 or 15520972. OLE color: 15520972.

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

Color convert

RGB 204 212 236 -
CMYK 0.14 0.10 0 0.07
HSL 225º 0.46% 0.86% -
HSV(B) 225º 0.14% 0.93% -
XYZ 63.59 65.98 88.74 -
YUV 212.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 204 212 236 0.14 0.10 0 0.07 225 0.46 0.86
Hex CC D4 EC E A 0 7 E1 2E 56
Octal 314 324 354 16 12 0 7 341 56 126
Binary 11001100 11010100 11101100 1110 1010 0 111 11100001 101110 1010110

Color Harmonies of #CCD4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4EC

Black with #CCD4EC

Text Example


Text Example

White with #CCD4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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