Html Css Color HEX #CDEDD0 Granny Apple

📋 copy color: '#CDEDD0'

red 205 ◦ green 237 ◦ blue 208

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

Shades of Granny Apple #CDEDD0

Tints of Granny Apple #CDEDD0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.46%

 BLUE value IS 208 (81.64% from 255) = 32%

R = 31.54%
G = 36.46%
B = 32%

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

#CDEDD0 (or 0xCDEDD0) is known color: Granny Apple. HEX triplet: CD, ED and D0. RGB value is (205,237,208). Sum of RGB (Red+Green+Blue) = 205+237+208=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDD0 is #32122F. Grayscale: #E0E0E0. Windows color (decimal): -3281456 or 13692365. OLE color: 13692365.

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

Color convert

RGB 205 237 208 -
CMYK 0.14 0 0.12 0.07
HSL 125.63º 0.47% 0.87% -
HSV(B) 125.63º 0.14% 0.93% -
XYZ 66.85 78.1 71.23 -
YUV 224.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 205 237 208 0.14 0 0.12 0.07 125.63 0.47 0.87
Hex CD ED D0 E 0 C 7 7E 2F 57
Octal 315 355 320 16 0 14 7 176 57 127
Binary 11001101 11101101 11010000 1110 0 1100 111 1111110 101111 1010111

Color Harmonies of #CDEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEDD0

Black with #CDEDD0

Text Example


Text Example

White with #CDEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEDD0; }

 p { color: rgb(205,237,208); }

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

background-color css

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

 a { background-color: rgb(205,237,208); }

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

border-color css

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

 span { border-color: rgb(205,237,208); }

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