Html Css Color HEX #CCC2DA Fog

📋 copy color: '#CCC2DA'

red 204 ◦ green 194 ◦ blue 218

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

Shades of Fog #CCC2DA

Tints of Fog #CCC2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.39%

R = 33.12%
G = 31.49%
B = 35.39%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCC2DA (or 0xCCC2DA) is known color: Fog. HEX triplet: CC, C2 and DA. RGB value is (204,194,218). Sum of RGB (Red+Green+Blue) = 204+194+218=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2DA is #333D25. Grayscale: #C7C7C7. Windows color (decimal): -3357990 or 14336716. OLE color: 14336716.

HSL color Cylindrical-coordinate representation of color #CCC2DA: hue angle of 265º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC2DA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 194 218 -
CMYK 0.06 0.11 0 0.15
HSL 265º 0.24% 0.81% -
HSV(B) 265º 0.11% 0.85% -
XYZ 56.85 56.48 74.24 -
YUV 199.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 204 194 218 0.06 0.11 0 0.15 265 0.24 0.81
Hex CC C2 DA 6 B 0 F 109 18 51
Octal 314 302 332 6 13 0 17 411 30 121
Binary 11001100 11000010 11011010 110 1011 0 1111 100001001 11000 1010001

Color Harmonies of #CCC2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2DA

Black with #CCC2DA

Text Example


Text Example

White with #CCC2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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