Html Css Color HEX #CBE8DD Mint Tulip

📋 copy color: '#CBE8DD'

red 203 ◦ green 232 ◦ blue 221

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

Shades of Mint Tulip #CBE8DD

Tints of Mint Tulip #CBE8DD

RGB

 RED value IS 203 (79.69% from 255) = 30.95%

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

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

R = 30.95%
G = 35.37%
B = 33.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#CBE8DD (or 0xCBE8DD) is known color: Mint Tulip. HEX triplet: CB, E8 and DD. RGB value is (203,232,221). Sum of RGB (Red+Green+Blue) = 203+232+221=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8DD is #341722. Grayscale: #DEDEDE. Windows color (decimal): -3413795 or 14543051. OLE color: 14543051.

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

Color convert

RGB 203 232 221 -
CMYK 0.12 0 0.05 0.09
HSL 157.24º 0.39% 0.85% -
HSV(B) 157.24º 0.13% 0.91% -
XYZ 66.54 75.63 79.5 -
YUV 222.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 203 232 221 0.12 0 0.05 0.09 157.24 0.39 0.85
Hex CB E8 DD C 0 5 9 9D 27 55
Octal 313 350 335 14 0 5 11 235 47 125
Binary 11001011 11101000 11011101 1100 0 101 1001 10011101 100111 1010101

Color Harmonies of #CBE8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE8DD

Black with #CBE8DD

Text Example


Text Example

White with #CBE8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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