Html Css Color HEX #C3DECC Granny Apple

📋 copy color: '#C3DECC'

red 195 ◦ green 222 ◦ blue 204

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

Shades of Granny Apple #C3DECC

Tints of Granny Apple #C3DECC

RGB

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

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

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

R = 31.4%
G = 35.75%
B = 32.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#C3DECC (or 0xC3DECC) is known color: Granny Apple. HEX triplet: C3, DE and CC. RGB value is (195,222,204). Sum of RGB (Red+Green+Blue) = 195+222+204=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DECC is #3C2133. Grayscale: #D3D3D3. Windows color (decimal): -3940660 or 13426371. OLE color: 13426371.

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

Color convert

RGB 195 222 204 -
CMYK 0.12 0 0.08 0.13
HSL 140º 0.29% 0.82% -
HSV(B) 140º 0.12% 0.87% -
XYZ 59.53 68.2 67.15 -
YUV 211.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 195 222 204 0.12 0 0.08 0.13 140 0.29 0.82
Hex C3 DE CC C 0 8 D 8C 1D 52
Octal 303 336 314 14 0 10 15 214 35 122
Binary 11000011 11011110 11001100 1100 0 1000 1101 10001100 11101 1010010

Color Harmonies of #C3DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DECC

Black with #C3DECC

Text Example


Text Example

White with #C3DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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