Html Css Color HEX #C4DACC Granny Apple

📋 copy color: '#C4DACC'

red 196 ◦ green 218 ◦ blue 204

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

Shades of Granny Apple #C4DACC

Tints of Granny Apple #C4DACC

RGB

 RED value IS 196 (76.95% from 255) = 31.72%

 GREEN value IS 218 (85.55% from 255) = 35.28%

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

R = 31.72%
G = 35.28%
B = 33.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C4DACC (or 0xC4DACC) is known color: Granny Apple. HEX triplet: C4, DA and CC. RGB value is (196,218,204). Sum of RGB (Red+Green+Blue) = 196+218+204=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DACC is #3B2533. Grayscale: #D1D1D1. Windows color (decimal): -3876148 or 13425348. OLE color: 13425348.

HSL color Cylindrical-coordinate representation of color #C4DACC: hue angle of 141.82º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4DACC is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 218 204 -
CMYK 0.10 0 0.06 0.15
HSL 141.82º 0.23% 0.81% -
HSV(B) 141.82º 0.1% 0.85% -
XYZ 58.74 66.24 66.82 -
YUV 209.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 196 218 204 0.10 0 0.06 0.15 141.82 0.23 0.81
Hex C4 DA CC A 0 6 F 8E 17 51
Octal 304 332 314 12 0 6 17 216 27 121
Binary 11000100 11011010 11001100 1010 0 110 1111 10001110 10111 1010001

Color Harmonies of #C4DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DACC

Black with #C4DACC

Text Example


Text Example

White with #C4DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DACC; }

 p { color: rgb(196,218,204); }

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

background-color css

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

 a { background-color: rgb(196,218,204); }

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

border-color css

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

 span { border-color: rgb(196,218,204); }

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