Html Css Color HEX #CBEBDD Mint Tulip

📋 copy color: '#CBEBDD'

red 203 ◦ green 235 ◦ blue 221

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

Shades of Mint Tulip #CBEBDD

Tints of Mint Tulip #CBEBDD

RGB

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

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

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

R = 30.8%
G = 35.66%
B = 33.54%

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

#CBEBDD (or 0xCBEBDD) is known color: Mint Tulip. HEX triplet: CB, EB and DD. RGB value is (203,235,221). Sum of RGB (Red+Green+Blue) = 203+235+221=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBDD is #341422. Grayscale: #DFDFDF. Windows color (decimal): -3413027 or 14543819. OLE color: 14543819.

HSL color Cylindrical-coordinate representation of color #CBEBDD: hue angle of 153.75º 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 #CBEBDD is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 235 221 -
CMYK 0.14 0 0.06 0.08
HSL 153.75º 0.44% 0.86% -
HSV(B) 153.75º 0.14% 0.92% -
XYZ 67.39 77.33 79.78 -
YUV 223.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 203 235 221 0.14 0 0.06 0.08 153.75 0.44 0.86
Hex CB EB DD E 0 6 8 9A 2C 56
Octal 313 353 335 16 0 6 10 232 54 126
Binary 11001011 11101011 11011101 1110 0 110 1000 10011010 101100 1010110

Color Harmonies of #CBEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEBDD

Black with #CBEBDD

Text Example


Text Example

White with #CBEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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