Html Css Color HEX #CDEED5 Granny Apple

📋 copy color: '#CDEED5'

red 205 ◦ green 238 ◦ blue 213

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

Shades of Granny Apple #CDEED5

Tints of Granny Apple #CDEED5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.28%

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

R = 31.25%
G = 36.28%
B = 32.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#CDEED5 (or 0xCDEED5) is known color: Granny Apple. HEX triplet: CD, EE and D5. RGB value is (205,238,213). Sum of RGB (Red+Green+Blue) = 205+238+213=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEED5 is #32112A. Grayscale: #E1E1E1. Windows color (decimal): -3281195 or 14020301. OLE color: 14020301.

HSL color Cylindrical-coordinate representation of color #CDEED5: hue angle of 134.55º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEED5 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 213 -
CMYK 0.14 0 0.11 0.07
HSL 134.55º 0.49% 0.87% -
HSV(B) 134.55º 0.14% 0.93% -
XYZ 67.76 78.93 74.61 -
YUV 225.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 205 238 213 0.14 0 0.11 0.07 134.55 0.49 0.87
Hex CD EE D5 E 0 B 7 87 31 57
Octal 315 356 325 16 0 13 7 207 61 127
Binary 11001101 11101110 11010101 1110 0 1011 111 10000111 110001 1010111

Color Harmonies of #CDEED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEED5

Black with #CDEED5

Text Example


Text Example

White with #CDEED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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