Html Css Color HEX #CDEED1 Granny Apple

📋 copy color: '#CDEED1'

red 205 ◦ green 238 ◦ blue 209

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

Shades of Granny Apple #CDEED1

Tints of Granny Apple #CDEED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.06%

R = 31.44%
G = 36.5%
B = 32.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#CDEED1 (or 0xCDEED1) is known color: Granny Apple. HEX triplet: CD, EE and D1. RGB value is (205,238,209). Sum of RGB (Red+Green+Blue) = 205+238+209=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEED1 is #32112E. Grayscale: #E0E0E0. Windows color (decimal): -3281199 or 13758157. OLE color: 13758157.

HSL color Cylindrical-coordinate representation of color #CDEED1: hue angle of 127.27º 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 #CDEED1 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 209 -
CMYK 0.14 0 0.12 0.07
HSL 127.27º 0.49% 0.87% -
HSV(B) 127.27º 0.14% 0.93% -
XYZ 67.26 78.73 71.97 -
YUV 224.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 205 238 209 0.14 0 0.12 0.07 127.27 0.49 0.87
Hex CD EE D1 E 0 C 7 7F 31 57
Octal 315 356 321 16 0 14 7 177 61 127
Binary 11001101 11101110 11010001 1110 0 1100 111 1111111 110001 1010111

Color Harmonies of #CDEED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEED1

Black with #CDEED1

Text Example


Text Example

White with #CDEED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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