Html Css Color HEX #CDEDD3 Granny Apple

📋 copy color: '#CDEDD3'

red 205 ◦ green 237 ◦ blue 211

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

Shades of Granny Apple #CDEDD3

Tints of Granny Apple #CDEDD3

RGB

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

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

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

R = 31.39%
G = 36.29%
B = 32.31%

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

#CDEDD3 (or 0xCDEDD3) is known color: Granny Apple. HEX triplet: CD, ED and D3. RGB value is (205,237,211). Sum of RGB (Red+Green+Blue) = 205+237+211=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDD3 is #32122C. Grayscale: #E0E0E0. Windows color (decimal): -3281453 or 13888973. OLE color: 13888973.

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

Color convert

RGB 205 237 211 -
CMYK 0.14 0 0.11 0.07
HSL 131.25º 0.47% 0.87% -
HSV(B) 131.25º 0.14% 0.93% -
XYZ 67.22 78.25 73.19 -
YUV 224.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 205 237 211 0.14 0 0.11 0.07 131.25 0.47 0.87
Hex CD ED D3 E 0 B 7 83 2F 57
Octal 315 355 323 16 0 13 7 203 57 127
Binary 11001101 11101101 11010011 1110 0 1011 111 10000011 101111 1010111

Color Harmonies of #CDEDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEDD3

Black with #CDEDD3

Text Example


Text Example

White with #CDEDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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