Html Css Color HEX #C9D8CE Granny Apple

📋 copy color: '#C9D8CE'

red 201 ◦ green 216 ◦ blue 206

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

Shades of Granny Apple #C9D8CE

Tints of Granny Apple #C9D8CE

RGB

 RED value IS 201 (78.91% from 255) = 32.26%

 GREEN value IS 216 (84.77% from 255) = 34.67%

 BLUE value IS 206 (80.86% from 255) = 33.07%

R = 32.26%
G = 34.67%
B = 33.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#C9D8CE (or 0xC9D8CE) is known color: Granny Apple. HEX triplet: C9, D8 and CE. RGB value is (201,216,206). Sum of RGB (Red+Green+Blue) = 201+216+206=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8CE is #362731. Grayscale: #D2D2D2. Windows color (decimal): -3548978 or 13555913. OLE color: 13555913.

HSL color Cylindrical-coordinate representation of color #C9D8CE: hue angle of 140º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9D8CE is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 216 206 -
CMYK 0.07 0 0.05 0.15
HSL 140º 0.16% 0.82% -
HSV(B) 140º 0.07% 0.85% -
XYZ 59.78 65.99 67.98 -
YUV 210.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 201 216 206 0.07 0 0.05 0.15 140 0.16 0.82
Hex C9 D8 CE 7 0 5 F 8C 10 52
Octal 311 330 316 7 0 5 17 214 20 122
Binary 11001001 11011000 11001110 111 0 101 1111 10001100 10000 1010010

Color Harmonies of #C9D8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D8CE

Black with #C9D8CE

Text Example


Text Example

White with #C9D8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D8CE; }

 p { color: rgb(201,216,206); }

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

background-color css

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

 a { background-color: rgb(201,216,206); }

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

border-color css

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

 span { border-color: rgb(201,216,206); }

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