Html Css Color HEX #CEDCD2 Granny Apple

📋 copy color: '#CEDCD2'

red 206 ◦ green 220 ◦ blue 210

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

Shades of Granny Apple #CEDCD2

Tints of Granny Apple #CEDCD2

RGB

 RED value IS 206 (80.86% from 255) = 32.39%

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

 BLUE value IS 210 (82.42% from 255) = 33.02%

R = 32.39%
G = 34.59%
B = 33.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#CEDCD2 (or 0xCEDCD2) is known color: Granny Apple. HEX triplet: CE, DC and D2. RGB value is (206,220,210). Sum of RGB (Red+Green+Blue) = 206+220+210=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCD2 is #31232D. Grayscale: #D6D6D6. Windows color (decimal): -3220270 or 13819086. OLE color: 13819086.

HSL color Cylindrical-coordinate representation of color #CEDCD2: hue angle of 137.14º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDCD2 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 210 -
CMYK 0.06 0 0.05 0.14
HSL 137.14º 0.17% 0.84% -
HSV(B) 137.14º 0.06% 0.86% -
XYZ 62.68 68.96 70.98 -
YUV 214.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 206 220 210 0.06 0 0.05 0.14 137.14 0.17 0.84
Hex CE DC D2 6 0 5 E 89 11 54
Octal 316 334 322 6 0 5 16 211 21 124
Binary 11001110 11011100 11010010 110 0 101 1110 10001001 10001 1010100

Color Harmonies of #CEDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCD2

Black with #CEDCD2

Text Example


Text Example

White with #CEDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCD2; }

 p { color: rgb(206,220,210); }

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

background-color css

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

 a { background-color: rgb(206,220,210); }

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

border-color css

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

 span { border-color: rgb(206,220,210); }

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