Html Css Color HEX #C4DCCD Granny Apple

📋 copy color: '#C4DCCD'

red 196 ◦ green 220 ◦ blue 205

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

Shades of Granny Apple #C4DCCD

Tints of Granny Apple #C4DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.43%

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

R = 31.56%
G = 35.43%
B = 33.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#C4DCCD (or 0xC4DCCD) is known color: Granny Apple. HEX triplet: C4, DC and CD. RGB value is (196,220,205). Sum of RGB (Red+Green+Blue) = 196+220+205=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCCD is #3B2332. Grayscale: #D3D3D3. Windows color (decimal): -3875635 or 13491396. OLE color: 13491396.

HSL color Cylindrical-coordinate representation of color #C4DCCD: hue angle of 142.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DCCD is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 220 205 -
CMYK 0.11 0 0.07 0.14
HSL 142.5º 0.26% 0.82% -
HSV(B) 142.5º 0.11% 0.86% -
XYZ 59.38 67.33 67.62 -
YUV 211.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 196 220 205 0.11 0 0.07 0.14 142.5 0.26 0.82
Hex C4 DC CD B 0 7 E 8E 1A 52
Octal 304 334 315 13 0 7 16 216 32 122
Binary 11000100 11011100 11001101 1011 0 111 1110 10001110 11010 1010010

Color Harmonies of #C4DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DCCD

Black with #C4DCCD

Text Example


Text Example

White with #C4DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DCCD; }

 p { color: rgb(196,220,205); }

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

background-color css

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

 a { background-color: rgb(196,220,205); }

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

border-color css

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

 span { border-color: rgb(196,220,205); }

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