Html Css Color HEX #C2EBCC Granny Apple

📋 copy color: '#C2EBCC'

red 194 ◦ green 235 ◦ blue 204

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

Shades of Granny Apple #C2EBCC

Tints of Granny Apple #C2EBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.12%

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

R = 30.65%
G = 37.12%
B = 32.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#C2EBCC (or 0xC2EBCC) is known color: Granny Apple. HEX triplet: C2, EB and CC. RGB value is (194,235,204). Sum of RGB (Red+Green+Blue) = 194+235+204=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBCC is #3D1433. Grayscale: #DBDBDB. Windows color (decimal): -4002868 or 13429698. OLE color: 13429698.

HSL color Cylindrical-coordinate representation of color #C2EBCC: hue angle of 134.63º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EBCC is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 204 -
CMYK 0.17 0 0.13 0.08
HSL 134.63º 0.51% 0.84% -
HSV(B) 134.63º 0.17% 0.92% -
XYZ 62.86 75.25 68.34 -
YUV 219.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 194 235 204 0.17 0 0.13 0.08 134.63 0.51 0.84
Hex C2 EB CC 11 0 D 8 87 33 54
Octal 302 353 314 21 0 15 10 207 63 124
Binary 11000010 11101011 11001100 10001 0 1101 1000 10000111 110011 1010100

Color Harmonies of #C2EBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBCC

Black with #C2EBCC

Text Example


Text Example

White with #C2EBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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