Html Css Color HEX #C2DFCD Granny Apple

📋 copy color: '#C2DFCD'

red 194 ◦ green 223 ◦ blue 205

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

Shades of Granny Apple #C2DFCD

Tints of Granny Apple #C2DFCD

RGB

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

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

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

R = 31.19%
G = 35.85%
B = 32.96%

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

#C2DFCD (or 0xC2DFCD) is known color: Granny Apple. HEX triplet: C2, DF and CD. RGB value is (194,223,205). Sum of RGB (Red+Green+Blue) = 194+223+205=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFCD is #3D2032. Grayscale: #D4D4D4. Windows color (decimal): -4005939 or 13492162. OLE color: 13492162.

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

Color convert

RGB 194 223 205 -
CMYK 0.13 0 0.08 0.13
HSL 142.76º 0.31% 0.82% -
HSV(B) 142.76º 0.13% 0.87% -
XYZ 59.66 68.65 67.86 -
YUV 212.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 194 223 205 0.13 0 0.08 0.13 142.76 0.31 0.82
Hex C2 DF CD D 0 8 D 8F 1F 52
Octal 302 337 315 15 0 10 15 217 37 122
Binary 11000010 11011111 11001101 1101 0 1000 1101 10001111 11111 1010010

Color Harmonies of #C2DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DFCD

Black with #C2DFCD

Text Example


Text Example

White with #C2DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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