Html Css Color HEX #C8DDCE Granny Apple

📋 copy color: '#C8DDCE'

red 200 ◦ green 221 ◦ blue 206

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

Shades of Granny Apple #C8DDCE

Tints of Granny Apple #C8DDCE

RGB

 RED value IS 200 (78.52% from 255) = 31.9%

 GREEN value IS 221 (86.72% from 255) = 35.25%

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

R = 31.9%
G = 35.25%
B = 32.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#C8DDCE (or 0xC8DDCE) is known color: Granny Apple. HEX triplet: C8, DD and CE. RGB value is (200,221,206). Sum of RGB (Red+Green+Blue) = 200+221+206=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDCE is #372231. Grayscale: #D5D5D5. Windows color (decimal): -3613234 or 13557192. OLE color: 13557192.

HSL color Cylindrical-coordinate representation of color #C8DDCE: hue angle of 137.14º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DDCE is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 221 206 -
CMYK 0.10 0 0.07 0.13
HSL 137.14º 0.24% 0.83% -
HSV(B) 137.14º 0.1% 0.87% -
XYZ 60.82 68.45 68.4 -
YUV 213.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 200 221 206 0.10 0 0.07 0.13 137.14 0.24 0.83
Hex C8 DD CE A 0 7 D 89 18 53
Octal 310 335 316 12 0 7 15 211 30 123
Binary 11001000 11011101 11001110 1010 0 111 1101 10001001 11000 1010011

Color Harmonies of #C8DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DDCE

Black with #C8DDCE

Text Example


Text Example

White with #C8DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DDCE; }

 p { color: rgb(200,221,206); }

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

background-color css

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

 a { background-color: rgb(200,221,206); }

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

border-color css

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

 span { border-color: rgb(200,221,206); }

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