#CAEBDF

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

Shades of Mint Tulip #CAEBDF

Tints of Mint Tulip #CAEBDF

Color information

#CAEBDF (or 0xCAEBDF) is unknown color: approx Mint Tulip. HEX triplet: CA, EB and DF. RGB value is (202,235,223). Sum of RGB (Red+Green+Blue) = 202+235+223=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBDF is #351420. Grayscale: #DFDFDF. Windows color (decimal): -3478561 or 14674890. OLE color: 14674890.

HSL color Cylindrical-coordinate representation of color #CAEBDF: hue angle of 158.18º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEBDF is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB202235223-
CMYK0.1400.050.08
HSL158.18º45.21%85.69%-
HSV(B)158.18º14.04%92.16%-
XYZ67.3877.381.18-
YUV223.76127.57112.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.61%
GREEN value IS 235 (92.19% from 255) = 35.61%
BLUE value IS 223 (87.5% from 255) = 33.79%
R=30.61%
G=35.61%
B=33.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352230.1400.050.08158.1845.2185.69
HexCAEBDFE0589e2d56
Octal31235333716051023655126
Binary110010101110101111011111111001011000100111101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBDF; }

 p { color: rgb(202,235,223); }

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

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

 a { background-color: rgb(202,235,223); }

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

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

 span { border-color: rgb(202,235,223); }

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