Html Css Color HEX #CBEBDE Mint Tulip

📋 copy color: '#CBEBDE'

red 203 ◦ green 235 ◦ blue 222

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

Shades of Mint Tulip #CBEBDE

Tints of Mint Tulip #CBEBDE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.61%

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

R = 30.76%
G = 35.61%
B = 33.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#CBEBDE (or 0xCBEBDE) is known color: Mint Tulip. HEX triplet: CB, EB and DE. RGB value is (203,235,222). Sum of RGB (Red+Green+Blue) = 203+235+222=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBDE is #341421. Grayscale: #DFDFDF. Windows color (decimal): -3413026 or 14609355. OLE color: 14609355.

HSL color Cylindrical-coordinate representation of color #CBEBDE: hue angle of 155.62º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEBDE is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 235 222 -
CMYK 0.14 0 0.06 0.08
HSL 155.63º 0.44% 0.86% -
HSV(B) 155.63º 0.14% 0.92% -
XYZ 67.52 77.39 80.49 -
YUV 223.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 203 235 222 0.14 0 0.06 0.08 155.63 0.44 0.86
Hex CB EB DE E 0 6 8 9C 2C 56
Octal 313 353 336 16 0 6 10 234 54 126
Binary 11001011 11101011 11011110 1110 0 110 1000 10011100 101100 1010110

Color Harmonies of #CBEBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEBDE

Black with #CBEBDE

Text Example


Text Example

White with #CBEBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEBDE; }

 p { color: rgb(203,235,222); }

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

background-color css

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

 a { background-color: rgb(203,235,222); }

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

border-color css

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

 span { border-color: rgb(203,235,222); }

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