Html Css Color HEX #C9DACF Granny Apple

📋 copy color: '#C9DACF'

red 201 ◦ green 218 ◦ blue 207

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

Shades of Granny Apple #C9DACF

Tints of Granny Apple #C9DACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.07%

R = 32.11%
G = 34.82%
B = 33.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#C9DACF (or 0xC9DACF) is known color: Granny Apple. HEX triplet: C9, DA and CF. RGB value is (201,218,207). Sum of RGB (Red+Green+Blue) = 201+218+207=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DACF is #362530. Grayscale: #D3D3D3. Windows color (decimal): -3548465 or 13621961. OLE color: 13621961.

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

Color convert

RGB 201 218 207 -
CMYK 0.08 0 0.05 0.15
HSL 141.18º 0.19% 0.82% -
HSV(B) 141.18º 0.08% 0.85% -
XYZ 60.42 67.07 68.79 -
YUV 211.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 201 218 207 0.08 0 0.05 0.15 141.18 0.19 0.82
Hex C9 DA CF 8 0 5 F 8D 13 52
Octal 311 332 317 10 0 5 17 215 23 122
Binary 11001001 11011010 11001111 1000 0 101 1111 10001101 10011 1010010

Color Harmonies of #C9DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DACF

Black with #C9DACF

Text Example


Text Example

White with #C9DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DACF; }

 p { color: rgb(201,218,207); }

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

background-color css

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

 a { background-color: rgb(201,218,207); }

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

border-color css

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

 span { border-color: rgb(201,218,207); }

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