Html Css Color HEX #CBECDD Mint Tulip

📋 copy color: '#CBECDD'

red 203 ◦ green 236 ◦ blue 221

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

Shades of Mint Tulip #CBECDD

Tints of Mint Tulip #CBECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.76%

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

R = 30.76%
G = 35.76%
B = 33.48%

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

#CBECDD (or 0xCBECDD) is known color: Mint Tulip. HEX triplet: CB, EC and DD. RGB value is (203,236,221). Sum of RGB (Red+Green+Blue) = 203+236+221=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECDD is #341322. Grayscale: #E0E0E0. Windows color (decimal): -3412771 or 14544075. OLE color: 14544075.

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

Color convert

RGB 203 236 221 -
CMYK 0.14 0 0.06 0.07
HSL 152.73º 0.46% 0.86% -
HSV(B) 152.73º 0.14% 0.93% -
XYZ 67.68 77.91 79.88 -
YUV 224.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 203 236 221 0.14 0 0.06 0.07 152.73 0.46 0.86
Hex CB EC DD E 0 6 7 99 2E 56
Octal 313 354 335 16 0 6 7 231 56 126
Binary 11001011 11101100 11011101 1110 0 110 111 10011001 101110 1010110

Color Harmonies of #CBECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBECDD

Black with #CBECDD

Text Example


Text Example

White with #CBECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBECDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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