Html Css Color HEX #CBEDE0 Mint Tulip

📋 copy color: '#CBEDE0'

red 203 ◦ green 237 ◦ blue 224

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

Shades of Mint Tulip #CBEDE0

Tints of Mint Tulip #CBEDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.73%

R = 30.57%
G = 35.69%
B = 33.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#CBEDE0 (or 0xCBEDE0) is known color: Mint Tulip. HEX triplet: CB, ED and E0. RGB value is (203,237,224). Sum of RGB (Red+Green+Blue) = 203+237+224=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDE0 is #34121F. Grayscale: #E1E1E1. Windows color (decimal): -3412512 or 14740939. OLE color: 14740939.

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

Color convert

RGB 203 237 224 -
CMYK 0.14 0 0.05 0.07
HSL 157.06º 0.49% 0.86% -
HSV(B) 157.06º 0.14% 0.93% -
XYZ 68.37 78.65 82.1 -
YUV 225.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 203 237 224 0.14 0 0.05 0.07 157.06 0.49 0.86
Hex CB ED E0 E 0 5 7 9D 31 56
Octal 313 355 340 16 0 5 7 235 61 126
Binary 11001011 11101101 11100000 1110 0 101 111 10011101 110001 1010110

Color Harmonies of #CBEDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEDE0

Black with #CBEDE0

Text Example


Text Example

White with #CBEDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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