#CDE7DB

Color #CDE7DB Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #CDE7DB

Tints of Mint Tulip #CDE7DB

Color information

#CDE7DB (or 0xCDE7DB) is unknown color: approx Mint Tulip. HEX triplet: CD, E7 and DB. RGB value is (205,231,219). Sum of RGB (Red+Green+Blue) = 205+231+219=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE7DB is #321824. Grayscale: #DDDDDD. Windows color (decimal): -3282981 or 14411725. OLE color: 14411725.

HSL color Cylindrical-coordinate representation of color #CDE7DB: hue angle of 152.31º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE7DB is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB205231219-
CMYK0.1100.050.09
HSL152.31º35.14%85.49%-
HSV(B)152.31º11.26%90.59%-
XYZ66.5475.2578.03-
YUV221.86126.39115.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 231 (90.62% from 255) = 35.27%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=31.30%
G=35.27%
B=33.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052312190.1100.050.09152.3135.1485.49
HexCDE7DBB059982355
Octal31534733313051123043125
Binary110011011110011111011011101101011001100110001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7DB; }

 p { color: rgb(205,231,219); }

 H1.HeaderClassName
 {
   color: #CDE7DB;
 }
 .AnyTagClassName
 {
   color: #CDE7DB;
 }
</style>
background-color css

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

 a { background-color: rgb(205,231,219); }

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

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

 span { border-color: rgb(205,231,219); }

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