Html Css Color HEX #C2DECD Granny Apple

📋 copy color: '#C2DECD'

red 194 ◦ green 222 ◦ blue 205

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

Shades of Granny Apple #C2DECD

Tints of Granny Apple #C2DECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.01%

R = 31.24%
G = 35.75%
B = 33.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#C2DECD (or 0xC2DECD) is known color: Granny Apple. HEX triplet: C2, DE and CD. RGB value is (194,222,205). Sum of RGB (Red+Green+Blue) = 194+222+205=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DECD is #3D2132. Grayscale: #D3D3D3. Windows color (decimal): -4006195 or 13491906. OLE color: 13491906.

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

Color convert

RGB 194 222 205 -
CMYK 0.13 0 0.08 0.13
HSL 143.57º 0.3% 0.82% -
HSV(B) 143.57º 0.13% 0.87% -
XYZ 59.39 68.12 67.78 -
YUV 211.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 194 222 205 0.13 0 0.08 0.13 143.57 0.3 0.82
Hex C2 DE CD D 0 8 D 90 1E 52
Octal 302 336 315 15 0 10 15 220 36 122
Binary 11000010 11011110 11001101 1101 0 1000 1101 10010000 11110 1010010

Color Harmonies of #C2DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DECD

Black with #C2DECD

Text Example


Text Example

White with #C2DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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