Html Css Color HEX #CDEED4 Granny Apple

📋 copy color: '#CDEED4'

red 205 ◦ green 238 ◦ blue 212

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

Shades of Granny Apple #CDEED4

Tints of Granny Apple #CDEED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.37%

R = 31.3%
G = 36.34%
B = 32.37%

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

#CDEED4 (or 0xCDEED4) is known color: Granny Apple. HEX triplet: CD, EE and D4. RGB value is (205,238,212). Sum of RGB (Red+Green+Blue) = 205+238+212=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEED4 is #32112B. Grayscale: #E1E1E1. Windows color (decimal): -3281196 or 13954765. OLE color: 13954765.

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

Color convert

RGB 205 238 212 -
CMYK 0.14 0 0.11 0.07
HSL 132.73º 0.49% 0.87% -
HSV(B) 132.73º 0.14% 0.93% -
XYZ 67.64 78.88 73.95 -
YUV 225.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 205 238 212 0.14 0 0.11 0.07 132.73 0.49 0.87
Hex CD EE D4 E 0 B 7 85 31 57
Octal 315 356 324 16 0 13 7 205 61 127
Binary 11001101 11101110 11010100 1110 0 1011 111 10000101 110001 1010111

Color Harmonies of #CDEED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEED4

Black with #CDEED4

Text Example


Text Example

White with #CDEED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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