Html Css Color HEX #CBEADD Mint Tulip

📋 copy color: '#CBEADD'

red 203 ◦ green 234 ◦ blue 221

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

Shades of Mint Tulip #CBEADD

Tints of Mint Tulip #CBEADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.56%

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

R = 30.85%
G = 35.56%
B = 33.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#CBEADD (or 0xCBEADD) is known color: Mint Tulip. HEX triplet: CB, EA and DD. RGB value is (203,234,221). Sum of RGB (Red+Green+Blue) = 203+234+221=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEADD is #341522. Grayscale: #DFDFDF. Windows color (decimal): -3413283 or 14543563. OLE color: 14543563.

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

Color convert

RGB 203 234 221 -
CMYK 0.13 0 0.06 0.08
HSL 154.84º 0.42% 0.86% -
HSV(B) 154.84º 0.13% 0.92% -
XYZ 67.1 76.76 79.69 -
YUV 223.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 203 234 221 0.13 0 0.06 0.08 154.84 0.42 0.86
Hex CB EA DD D 0 6 8 9B 2A 56
Octal 313 352 335 15 0 6 10 233 52 126
Binary 11001011 11101010 11011101 1101 0 110 1000 10011011 101010 1010110

Color Harmonies of #CBEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEADD

Black with #CBEADD

Text Example


Text Example

White with #CBEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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