Html Css Color HEX #CBEAE0 Mint Tulip

📋 copy color: '#CBEAE0'

red 203 ◦ green 234 ◦ blue 224

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

Shades of Mint Tulip #CBEAE0

Tints of Mint Tulip #CBEAE0

RGB

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

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

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

R = 30.71%
G = 35.4%
B = 33.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#CBEAE0 (or 0xCBEAE0) is known color: Mint Tulip. HEX triplet: CB, EA and E0. RGB value is (203,234,224). Sum of RGB (Red+Green+Blue) = 203+234+224=661 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.71% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAE0 is #34151F. Grayscale: #DFDFDF. Windows color (decimal): -3413280 or 14740171. OLE color: 14740171.

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

Color convert

RGB 203 234 224 -
CMYK 0.13 0 0.04 0.08
HSL 160.65º 0.42% 0.86% -
HSV(B) 160.65º 0.13% 0.92% -
XYZ 67.51 76.92 81.81 -
YUV 223.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 203 234 224 0.13 0 0.04 0.08 160.65 0.42 0.86
Hex CB EA E0 D 0 4 8 A1 2A 56
Octal 313 352 340 15 0 4 10 241 52 126
Binary 11001011 11101010 11100000 1101 0 100 1000 10100001 101010 1010110

Color Harmonies of #CBEAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAE0

Black with #CBEAE0

Text Example


Text Example

White with #CBEAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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