Html Css Color HEX #C2DFDF Mabel

📋 copy color: '#C2DFDF'

red 194 ◦ green 223 ◦ blue 223

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

Shades of Mabel #C2DFDF

Tints of Mabel #C2DFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.84%

 BLUE value IS 223 (87.5% from 255) = 34.84%

R = 30.31%
G = 34.84%
B = 34.84%

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

#C2DFDF (or 0xC2DFDF) is known color: Mabel. HEX triplet: C2, DF and DF. RGB value is (194,223,223). Sum of RGB (Red+Green+Blue) = 194+223+223=640 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.31% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #C2DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFDF is #3D2020. Grayscale: #D6D6D6. Windows color (decimal): -4005921 or 14671810. OLE color: 14671810.

HSL color Cylindrical-coordinate representation of color #C2DFDF: hue angle of 180º degrees, saturation: 0.31, 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 #C2DFDF is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 223 223 -
CMYK 0.13 0 0 0.13
HSL 180º 0.31% 0.82% -
HSV(B) 180º 0.13% 0.87% -
XYZ 61.96 69.57 79.98 -
YUV 214.33 132.89 113.5 -
System Red Green Blue C M Y K H S L
Decimal 194 223 223 0.13 0 0 0.13 180 0.31 0.82
Hex C2 DF DF D 0 0 D B4 1F 52
Octal 302 337 337 15 0 0 15 264 37 122
Binary 11000010 11011111 11011111 1101 0 0 1101 10110100 11111 1010010

Color Harmonies of #C2DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DFDF

Black with #C2DFDF

Text Example


Text Example

White with #C2DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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