Html Css Color HEX #C2DEDE Mabel

📋 copy color: '#C2DEDE'

red 194 ◦ green 222 ◦ blue 222

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

Shades of Mabel #C2DEDE

Tints of Mabel #C2DEDE

RGB

 RED value IS 194 (76.17% from 255) = 30.41%

 GREEN value IS 222 (87.11% from 255) = 34.8%

 BLUE value IS 222 (87.11% from 255) = 34.8%

R = 30.41%
G = 34.8%
B = 34.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2DEDE (or 0xC2DEDE) is known color: Mabel. HEX triplet: C2, DE and DE. RGB value is (194,222,222). Sum of RGB (Red+Green+Blue) = 194+222+222=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #C2DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEDE is #3D2121. Grayscale: #D5D5D5. Windows color (decimal): -4006178 or 14606018. OLE color: 14606018.

HSL color Cylindrical-coordinate representation of color #C2DEDE: hue angle of 180º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DEDE is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 222 222 -
CMYK 0.13 0 0 0.13
HSL 180º 0.3% 0.82% -
HSV(B) 180º 0.13% 0.87% -
XYZ 61.55 68.99 79.18 -
YUV 213.63 132.72 114 -
System Red Green Blue C M Y K H S L
Decimal 194 222 222 0.13 0 0 0.13 180 0.3 0.82
Hex C2 DE DE D 0 0 D B4 1E 52
Octal 302 336 336 15 0 0 15 264 36 122
Binary 11000010 11011110 11011110 1101 0 0 1101 10110100 11110 1010010

Color Harmonies of #C2DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DEDE

Black with #C2DEDE

Text Example


Text Example

White with #C2DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DEDE; }

 p { color: rgb(194,222,222); }

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

background-color css

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

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

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

border-color css

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

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

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