Html Css Color HEX #C3DDCD Granny Apple

📋 copy color: '#C3DDCD'

red 195 ◦ green 221 ◦ blue 205

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

Shades of Granny Apple #C3DDCD

Tints of Granny Apple #C3DDCD

RGB

 RED value IS 195 (76.56% from 255) = 31.4%

 GREEN value IS 221 (86.72% from 255) = 35.59%

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

R = 31.4%
G = 35.59%
B = 33.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#C3DDCD (or 0xC3DDCD) is known color: Granny Apple. HEX triplet: C3, DD and CD. RGB value is (195,221,205). Sum of RGB (Red+Green+Blue) = 195+221+205=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDCD is #3C2232. Grayscale: #D3D3D3. Windows color (decimal): -3940915 or 13491651. OLE color: 13491651.

HSL color Cylindrical-coordinate representation of color #C3DDCD: hue angle of 143.08º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DDCD is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 221 205 -
CMYK 0.12 0 0.07 0.13
HSL 143.08º 0.28% 0.82% -
HSV(B) 143.08º 0.12% 0.87% -
XYZ 59.38 67.72 67.7 -
YUV 211.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 195 221 205 0.12 0 0.07 0.13 143.08 0.28 0.82
Hex C3 DD CD C 0 7 D 8F 1C 52
Octal 303 335 315 14 0 7 15 217 34 122
Binary 11000011 11011101 11001101 1100 0 111 1101 10001111 11100 1010010

Color Harmonies of #C3DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DDCD

Black with #C3DDCD

Text Example


Text Example

White with #C3DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DDCD; }

 p { color: rgb(195,221,205); }

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

background-color css

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

 a { background-color: rgb(195,221,205); }

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

border-color css

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

 span { border-color: rgb(195,221,205); }

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