Html Css Color HEX #C5DACC Granny Apple

📋 copy color: '#C5DACC'

red 197 ◦ green 218 ◦ blue 204

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

Shades of Granny Apple #C5DACC

Tints of Granny Apple #C5DACC

RGB

 RED value IS 197 (77.34% from 255) = 31.83%

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

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

R = 31.83%
G = 35.22%
B = 32.96%

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

#C5DACC (or 0xC5DACC) is known color: Granny Apple. HEX triplet: C5, DA and CC. RGB value is (197,218,204). Sum of RGB (Red+Green+Blue) = 197+218+204=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DACC is #3A2533. Grayscale: #D2D2D2. Windows color (decimal): -3810612 or 13425349. OLE color: 13425349.

HSL color Cylindrical-coordinate representation of color #C5DACC: hue angle of 140º degrees, saturation: 0.22, 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 #C5DACC is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 218 204 -
CMYK 0.10 0 0.06 0.15
HSL 140º 0.22% 0.81% -
HSV(B) 140º 0.1% 0.85% -
XYZ 59 66.37 66.83 -
YUV 210.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 197 218 204 0.10 0 0.06 0.15 140 0.22 0.81
Hex C5 DA CC A 0 6 F 8C 16 51
Octal 305 332 314 12 0 6 17 214 26 121
Binary 11000101 11011010 11001100 1010 0 110 1111 10001100 10110 1010001

Color Harmonies of #C5DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DACC

Black with #C5DACC

Text Example


Text Example

White with #C5DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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