Html Css Color HEX #CBEEDC Mint Tulip

📋 copy color: '#CBEEDC'

red 203 ◦ green 238 ◦ blue 220

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

Shades of Mint Tulip #CBEEDC

Tints of Mint Tulip #CBEEDC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.01%

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

R = 30.71%
G = 36.01%
B = 33.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#CBEEDC (or 0xCBEEDC) is known color: Mint Tulip. HEX triplet: CB, EE and DC. RGB value is (203,238,220). Sum of RGB (Red+Green+Blue) = 203+238+220=661 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.71% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEDC is #341123. Grayscale: #E1E1E1. Windows color (decimal): -3412260 or 14479051. OLE color: 14479051.

HSL color Cylindrical-coordinate representation of color #CBEEDC: hue angle of 149.14º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEEDC is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 238 220 -
CMYK 0.15 0 0.08 0.07
HSL 149.14º 0.51% 0.86% -
HSV(B) 149.14º 0.15% 0.93% -
XYZ 68.12 79.01 79.37 -
YUV 225.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 203 238 220 0.15 0 0.08 0.07 149.14 0.51 0.86
Hex CB EE DC F 0 8 7 95 33 56
Octal 313 356 334 17 0 10 7 225 63 126
Binary 11001011 11101110 11011100 1111 0 1000 111 10010101 110011 1010110

Color Harmonies of #CBEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEEDC

Black with #CBEEDC

Text Example


Text Example

White with #CBEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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