Html Css Color HEX #CDE1D3 Granny Apple

📋 copy color: '#CDE1D3'

red 205 ◦ green 225 ◦ blue 211

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

Shades of Granny Apple #CDE1D3

Tints of Granny Apple #CDE1D3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.1%

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

R = 31.98%
G = 35.1%
B = 32.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#CDE1D3 (or 0xCDE1D3) is known color: Granny Apple. HEX triplet: CD, E1 and D3. RGB value is (205,225,211). Sum of RGB (Red+Green+Blue) = 205+225+211=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1D3 is #321E2C. Grayscale: #D9D9D9. Windows color (decimal): -3284525 or 13885901. OLE color: 13885901.

HSL color Cylindrical-coordinate representation of color #CDE1D3: hue angle of 138º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE1D3 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 225 211 -
CMYK 0.09 0 0.06 0.12
HSL 138º 0.25% 0.84% -
HSV(B) 138º 0.09% 0.88% -
XYZ 63.86 71.53 72.07 -
YUV 217.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 205 225 211 0.09 0 0.06 0.12 138 0.25 0.84
Hex CD E1 D3 9 0 6 C 8A 19 54
Octal 315 341 323 11 0 6 14 212 31 124
Binary 11001101 11100001 11010011 1001 0 110 1100 10001010 11001 1010100

Color Harmonies of #CDE1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE1D3

Black with #CDE1D3

Text Example


Text Example

White with #CDE1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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