Html Css Color HEX #CAE8DD Mint Tulip

📋 copy color: '#CAE8DD'

red 202 ◦ green 232 ◦ blue 221

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

Shades of Mint Tulip #CAE8DD

Tints of Mint Tulip #CAE8DD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.42%

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

R = 30.84%
G = 35.42%
B = 33.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#CAE8DD (or 0xCAE8DD) is known color: Mint Tulip. HEX triplet: CA, E8 and DD. RGB value is (202,232,221). Sum of RGB (Red+Green+Blue) = 202+232+221=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8DD is #351722. Grayscale: #DDDDDD. Windows color (decimal): -3479331 or 14543050. OLE color: 14543050.

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

Color convert

RGB 202 232 221 -
CMYK 0.13 0 0.05 0.09
HSL 158º 0.39% 0.85% -
HSV(B) 158º 0.13% 0.91% -
XYZ 66.26 75.49 79.49 -
YUV 221.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 202 232 221 0.13 0 0.05 0.09 158 0.39 0.85
Hex CA E8 DD D 0 5 9 9E 27 55
Octal 312 350 335 15 0 5 11 236 47 125
Binary 11001010 11101000 11011101 1101 0 101 1001 10011110 100111 1010101

Color Harmonies of #CAE8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE8DD

Black with #CAE8DD

Text Example


Text Example

White with #CAE8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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