Html Css Color HEX #CBE8DC Mint Tulip

📋 copy color: '#CBE8DC'

red 203 ◦ green 232 ◦ blue 220

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

Shades of Mint Tulip #CBE8DC

Tints of Mint Tulip #CBE8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.59%

R = 30.99%
G = 35.42%
B = 33.59%

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

#CBE8DC (or 0xCBE8DC) is known color: Mint Tulip. HEX triplet: CB, E8 and DC. RGB value is (203,232,220). Sum of RGB (Red+Green+Blue) = 203+232+220=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8DC is #341723. Grayscale: #DDDDDD. Windows color (decimal): -3413796 or 14477515. OLE color: 14477515.

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

Color convert

RGB 203 232 220 -
CMYK 0.12 0 0.05 0.09
HSL 155.17º 0.39% 0.85% -
HSV(B) 155.17º 0.13% 0.91% -
XYZ 66.4 75.58 78.8 -
YUV 221.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 203 232 220 0.12 0 0.05 0.09 155.17 0.39 0.85
Hex CB E8 DC C 0 5 9 9B 27 55
Octal 313 350 334 14 0 5 11 233 47 125
Binary 11001011 11101000 11011100 1100 0 101 1001 10011011 100111 1010101

Color Harmonies of #CBE8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE8DC

Black with #CBE8DC

Text Example


Text Example

White with #CBE8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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