Html Css Color HEX #CAE6DE Mint Tulip

📋 copy color: '#CAE6DE'

red 202 ◦ green 230 ◦ blue 222

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

Shades of Mint Tulip #CAE6DE

Tints of Mint Tulip #CAE6DE

RGB

 RED value IS 202 (79.3% from 255) = 30.89%

 GREEN value IS 230 (90.23% from 255) = 35.17%

 BLUE value IS 222 (87.11% from 255) = 33.94%

R = 30.89%
G = 35.17%
B = 33.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#CAE6DE (or 0xCAE6DE) is known color: Mint Tulip. HEX triplet: CA, E6 and DE. RGB value is (202,230,222). Sum of RGB (Red+Green+Blue) = 202+230+222=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6DE is #351921. Grayscale: #DCDCDC. Windows color (decimal): -3479842 or 14608074. OLE color: 14608074.

HSL color Cylindrical-coordinate representation of color #CAE6DE: hue angle of 162.86º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE6DE is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 222 -
CMYK 0.12 0 0.03 0.10
HSL 162.86º 0.36% 0.85% -
HSV(B) 162.86º 0.12% 0.9% -
XYZ 65.84 74.42 80 -
YUV 220.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 202 230 222 0.12 0 0.03 0.10 162.86 0.36 0.85
Hex CA E6 DE C 0 3 A A3 24 55
Octal 312 346 336 14 0 3 12 243 44 125
Binary 11001010 11100110 11011110 1100 0 11 1010 10100011 100100 1010101

Color Harmonies of #CAE6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE6DE

Black with #CAE6DE

Text Example


Text Example

White with #CAE6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE6DE; }

 p { color: rgb(202,230,222); }

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

background-color css

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

 a { background-color: rgb(202,230,222); }

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

border-color css

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

 span { border-color: rgb(202,230,222); }

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