Html Css Color HEX #CCC2EC Fog

📋 copy color: '#CCC2EC'

red 204 ◦ green 194 ◦ blue 236

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

Shades of Fog #CCC2EC

Tints of Fog #CCC2EC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.6%

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

R = 32.18%
G = 30.6%
B = 37.22%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCC2EC (or 0xCCC2EC) is known color: Fog. HEX triplet: CC, C2 and EC. RGB value is (204,194,236). Sum of RGB (Red+Green+Blue) = 204+194+236=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2EC is #333D13. Grayscale: #C9C9C9. Windows color (decimal): -3357972 or 15516364. OLE color: 15516364.

HSL color Cylindrical-coordinate representation of color #CCC2EC: hue angle of 254.29º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC2EC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 194 236 -
CMYK 0.14 0.18 0 0.07
HSL 254.29º 0.53% 0.84% -
HSV(B) 254.29º 0.18% 0.93% -
XYZ 59.33 57.48 87.32 -
YUV 201.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 204 194 236 0.14 0.18 0 0.07 254.29 0.53 0.84
Hex CC C2 EC E 12 0 7 FE 34 54
Octal 314 302 354 16 22 0 7 376 64 124
Binary 11001100 11000010 11101100 1110 10010 0 111 11111110 110100 1010100

Color Harmonies of #CCC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2EC

Black with #CCC2EC

Text Example


Text Example

White with #CCC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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