Html Css Color HEX #CBEDDE Mint Tulip

📋 copy color: '#CBEDDE'

red 203 ◦ green 237 ◦ blue 222

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

Shades of Mint Tulip #CBEDDE

Tints of Mint Tulip #CBEDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.8%

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

R = 30.66%
G = 35.8%
B = 33.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#CBEDDE (or 0xCBEDDE) is known color: Mint Tulip. HEX triplet: CB, ED and DE. RGB value is (203,237,222). Sum of RGB (Red+Green+Blue) = 203+237+222=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDDE is #341221. Grayscale: #E1E1E1. Windows color (decimal): -3412514 or 14609867. OLE color: 14609867.

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

Color convert

RGB 203 237 222 -
CMYK 0.14 0 0.06 0.07
HSL 153.53º 0.49% 0.86% -
HSV(B) 153.53º 0.14% 0.93% -
XYZ 68.1 78.54 80.68 -
YUV 225.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 203 237 222 0.14 0 0.06 0.07 153.53 0.49 0.86
Hex CB ED DE E 0 6 7 9A 31 56
Octal 313 355 336 16 0 6 7 232 61 126
Binary 11001011 11101101 11011110 1110 0 110 111 10011010 110001 1010110

Color Harmonies of #CBEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEDDE

Black with #CBEDDE

Text Example


Text Example

White with #CBEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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