Html Css Color HEX #C9DCCD Granny Apple

📋 copy color: '#C9DCCD'

red 201 ◦ green 220 ◦ blue 205

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

Shades of Granny Apple #C9DCCD

Tints of Granny Apple #C9DCCD

RGB

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

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

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

R = 32.11%
G = 35.14%
B = 32.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#C9DCCD (or 0xC9DCCD) is known color: Granny Apple. HEX triplet: C9, DC and CD. RGB value is (201,220,205). Sum of RGB (Red+Green+Blue) = 201+220+205=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCCD is #362332. Grayscale: #D4D4D4. Windows color (decimal): -3547955 or 13491401. OLE color: 13491401.

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

Color convert

RGB 201 220 205 -
CMYK 0.09 0 0.07 0.14
HSL 132.63º 0.21% 0.83% -
HSV(B) 132.63º 0.09% 0.86% -
XYZ 60.7 68.01 67.69 -
YUV 212.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 201 220 205 0.09 0 0.07 0.14 132.63 0.21 0.83
Hex C9 DC CD 9 0 7 E 85 15 53
Octal 311 334 315 11 0 7 16 205 25 123
Binary 11001001 11011100 11001101 1001 0 111 1110 10000101 10101 1010011

Color Harmonies of #C9DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCCD

Black with #C9DCCD

Text Example


Text Example

White with #C9DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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