#CAEDDC

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

Shades of Mint Tulip #CAEDDC

Tints of Mint Tulip #CAEDDC

Color information

#CAEDDC (or 0xCAEDDC) is unknown color: approx Mint Tulip. HEX triplet: CA, ED and DC. RGB value is (202,237,220). Sum of RGB (Red+Green+Blue) = 202+237+220=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDDC is #351223. Grayscale: #E0E0E0. Windows color (decimal): -3478052 or 14478794. OLE color: 14478794.

HSL color Cylindrical-coordinate representation of color #CAEDDC: hue angle of 150.86º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEDDC is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB202237220-
CMYK0.1500.070.07
HSL150.86º49.3%86.08%-
HSV(B)150.86º14.77%92.94%-
XYZ67.5678.2979.26-
YUV224.6125.4111.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.65%
GREEN value IS 237 (92.97% from 255) = 35.96%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=30.65%
G=35.96%
B=33.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022372200.1500.070.07150.8649.386.08
HexCAEDDCF077973156
Octal3123553341707722761126
Binary11001010111011011101110011110111111100101111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDDC; }

 p { color: rgb(202,237,220); }

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

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

 a { background-color: rgb(202,237,220); }

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

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

 span { border-color: rgb(202,237,220); }

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