Html Css Color HEX #CDE4D2 Granny Apple

📋 copy color: '#CDE4D2'

red 205 ◦ green 228 ◦ blue 210

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

Shades of Granny Apple #CDE4D2

Tints of Granny Apple #CDE4D2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.46%

 BLUE value IS 210 (82.42% from 255) = 32.66%

R = 31.88%
G = 35.46%
B = 32.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#CDE4D2 (or 0xCDE4D2) is known color: Granny Apple. HEX triplet: CD, E4 and D2. RGB value is (205,228,210). Sum of RGB (Red+Green+Blue) = 205+228+210=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE4D2 is #321B2D. Grayscale: #DBDBDB. Windows color (decimal): -3283758 or 13821133. OLE color: 13821133.

HSL color Cylindrical-coordinate representation of color #CDE4D2: hue angle of 133.04º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE4D2 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 210 -
CMYK 0.10 0 0.08 0.11
HSL 133.04º 0.3% 0.85% -
HSV(B) 133.04º 0.1% 0.89% -
XYZ 64.55 73.12 71.68 -
YUV 219.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 205 228 210 0.10 0 0.08 0.11 133.04 0.3 0.85
Hex CD E4 D2 A 0 8 B 85 1E 55
Octal 315 344 322 12 0 10 13 205 36 125
Binary 11001101 11100100 11010010 1010 0 1000 1011 10000101 11110 1010101

Color Harmonies of #CDE4D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE4D2

Black with #CDE4D2

Text Example


Text Example

White with #CDE4D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE4D2; }

 p { color: rgb(205,228,210); }

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

background-color css

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

 a { background-color: rgb(205,228,210); }

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

border-color css

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

 span { border-color: rgb(205,228,210); }

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