Html Css Color HEX #CAE6DD Mint Tulip

📋 copy color: '#CAE6DD'

red 202 ◦ green 230 ◦ blue 221

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

Shades of Mint Tulip #CAE6DD

Tints of Mint Tulip #CAE6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.84%

R = 30.93%
G = 35.22%
B = 33.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#CAE6DD (or 0xCAE6DD) is known color: Mint Tulip. HEX triplet: CA, E6 and DD. RGB value is (202,230,221). Sum of RGB (Red+Green+Blue) = 202+230+221=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6DD is #351922. Grayscale: #DCDCDC. Windows color (decimal): -3479843 or 14542538. OLE color: 14542538.

HSL color Cylindrical-coordinate representation of color #CAE6DD: hue angle of 160.71º 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 #CAE6DD is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 221 -
CMYK 0.12 0 0.04 0.10
HSL 160.71º 0.36% 0.85% -
HSV(B) 160.71º 0.12% 0.9% -
XYZ 65.71 74.37 79.3 -
YUV 220.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 202 230 221 0.12 0 0.04 0.10 160.71 0.36 0.85
Hex CA E6 DD C 0 4 A A1 24 55
Octal 312 346 335 14 0 4 12 241 44 125
Binary 11001010 11100110 11011101 1100 0 100 1010 10100001 100100 1010101

Color Harmonies of #CAE6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE6DD

Black with #CAE6DD

Text Example


Text Example

White with #CAE6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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