Html Css Color HEX #C2DFCC Granny Apple

📋 copy color: '#C2DFCC'

red 194 ◦ green 223 ◦ blue 204

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

Shades of Granny Apple #C2DFCC

Tints of Granny Apple #C2DFCC

RGB

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

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

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

R = 31.24%
G = 35.91%
B = 32.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#C2DFCC (or 0xC2DFCC) is known color: Granny Apple. HEX triplet: C2, DF and CC. RGB value is (194,223,204). Sum of RGB (Red+Green+Blue) = 194+223+204=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFCC is #3D2033. Grayscale: #D4D4D4. Windows color (decimal): -4005940 or 13426626. OLE color: 13426626.

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

Color convert

RGB 194 223 204 -
CMYK 0.13 0 0.09 0.13
HSL 140.69º 0.31% 0.82% -
HSV(B) 140.69º 0.13% 0.87% -
XYZ 59.53 68.6 67.23 -
YUV 212.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 194 223 204 0.13 0 0.09 0.13 140.69 0.31 0.82
Hex C2 DF CC D 0 9 D 8D 1F 52
Octal 302 337 314 15 0 11 15 215 37 122
Binary 11000010 11011111 11001100 1101 0 1001 1101 10001101 11111 1010010

Color Harmonies of #C2DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DFCC

Black with #C2DFCC

Text Example


Text Example

White with #C2DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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