Html Css Color HEX #C2DFCB Granny Apple

📋 copy color: '#C2DFCB'

red 194 ◦ green 223 ◦ blue 203

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

Shades of Granny Apple #C2DFCB

Tints of Granny Apple #C2DFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.74%

R = 31.29%
G = 35.97%
B = 32.74%

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

#C2DFCB (or 0xC2DFCB) is known color: Granny Apple. HEX triplet: C2, DF and CB. RGB value is (194,223,203). Sum of RGB (Red+Green+Blue) = 194+223+203=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFCB is #3D2034. Grayscale: #D4D4D4. Windows color (decimal): -4005941 or 13361090. OLE color: 13361090.

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

Color convert

RGB 194 223 203 -
CMYK 0.13 0 0.09 0.13
HSL 138.62º 0.31% 0.82% -
HSV(B) 138.62º 0.13% 0.87% -
XYZ 59.42 68.56 66.6 -
YUV 212.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 194 223 203 0.13 0 0.09 0.13 138.62 0.31 0.82
Hex C2 DF CB D 0 9 D 8B 1F 52
Octal 302 337 313 15 0 11 15 213 37 122
Binary 11000010 11011111 11001011 1101 0 1001 1101 10001011 11111 1010010

Color Harmonies of #C2DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DFCB

Black with #C2DFCB

Text Example


Text Example

White with #C2DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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