Html Css Color HEX #CDEBD5 Granny Apple

📋 copy color: '#CDEBD5'

red 205 ◦ green 235 ◦ blue 213

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

Shades of Granny Apple #CDEBD5

Tints of Granny Apple #CDEBD5

RGB

 RED value IS 205 (80.47% from 255) = 31.39%

 GREEN value IS 235 (92.19% from 255) = 35.99%

 BLUE value IS 213 (83.59% from 255) = 32.62%

R = 31.39%
G = 35.99%
B = 32.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#CDEBD5 (or 0xCDEBD5) is known color: Granny Apple. HEX triplet: CD, EB and D5. RGB value is (205,235,213). Sum of RGB (Red+Green+Blue) = 205+235+213=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBD5 is #32142A. Grayscale: #DFDFDF. Windows color (decimal): -3281963 or 14019533. OLE color: 14019533.

HSL color Cylindrical-coordinate representation of color #CDEBD5: hue angle of 136º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDEBD5 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 235 213 -
CMYK 0.13 0 0.09 0.08
HSL 136º 0.43% 0.86% -
HSV(B) 136º 0.13% 0.92% -
XYZ 66.9 77.2 74.33 -
YUV 223.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 205 235 213 0.13 0 0.09 0.08 136 0.43 0.86
Hex CD EB D5 D 0 9 8 88 2B 56
Octal 315 353 325 15 0 11 10 210 53 126
Binary 11001101 11101011 11010101 1101 0 1001 1000 10001000 101011 1010110

Color Harmonies of #CDEBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEBD5

Black with #CDEBD5

Text Example


Text Example

White with #CDEBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEBD5; }

 p { color: rgb(205,235,213); }

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

background-color css

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

 a { background-color: rgb(205,235,213); }

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

border-color css

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

 span { border-color: rgb(205,235,213); }

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