Html Css Color HEX #CDEED3 Granny Apple

📋 copy color: '#CDEED3'

red 205 ◦ green 238 ◦ blue 211

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

Shades of Granny Apple #CDEED3

Tints of Granny Apple #CDEED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.26%

R = 31.35%
G = 36.39%
B = 32.26%

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

#CDEED3 (or 0xCDEED3) is known color: Granny Apple. HEX triplet: CD, EE and D3. RGB value is (205,238,211). Sum of RGB (Red+Green+Blue) = 205+238+211=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEED3 is #32112C. Grayscale: #E1E1E1. Windows color (decimal): -3281197 or 13889229. OLE color: 13889229.

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

Color convert

RGB 205 238 211 -
CMYK 0.14 0 0.11 0.07
HSL 130.91º 0.49% 0.87% -
HSV(B) 130.91º 0.14% 0.93% -
XYZ 67.51 78.83 73.29 -
YUV 225.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 205 238 211 0.14 0 0.11 0.07 130.91 0.49 0.87
Hex CD EE D3 E 0 B 7 83 31 57
Octal 315 356 323 16 0 13 7 203 61 127
Binary 11001101 11101110 11010011 1110 0 1011 111 10000011 110001 1010111

Color Harmonies of #CDEED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEED3

Black with #CDEED3

Text Example


Text Example

White with #CDEED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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