Html Css Color HEX #C2DECC Granny Apple

📋 copy color: '#C2DECC'

red 194 ◦ green 222 ◦ blue 204

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

Shades of Granny Apple #C2DECC

Tints of Granny Apple #C2DECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.9%

R = 31.29%
G = 35.81%
B = 32.9%

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

#C2DECC (or 0xC2DECC) is known color: Granny Apple. HEX triplet: C2, DE and CC. RGB value is (194,222,204). Sum of RGB (Red+Green+Blue) = 194+222+204=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DECC is #3D2133. Grayscale: #D3D3D3. Windows color (decimal): -4006196 or 13426370. OLE color: 13426370.

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

Color convert

RGB 194 222 204 -
CMYK 0.13 0 0.08 0.13
HSL 141.43º 0.3% 0.82% -
HSV(B) 141.43º 0.13% 0.87% -
XYZ 59.27 68.07 67.14 -
YUV 211.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 194 222 204 0.13 0 0.08 0.13 141.43 0.3 0.82
Hex C2 DE CC D 0 8 D 8D 1E 52
Octal 302 336 314 15 0 10 15 215 36 122
Binary 11000010 11011110 11001100 1101 0 1000 1101 10001101 11110 1010010

Color Harmonies of #C2DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DECC

Black with #C2DECC

Text Example


Text Example

White with #C2DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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