Html Css Color HEX #CCEBDE Mint Tulip

📋 copy color: '#CCEBDE'

red 204 ◦ green 235 ◦ blue 222

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

Shades of Mint Tulip #CCEBDE

Tints of Mint Tulip #CCEBDE

RGB

 RED value IS 204 (80.08% from 255) = 30.86%

 GREEN value IS 235 (92.19% from 255) = 35.55%

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

R = 30.86%
G = 35.55%
B = 33.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#CCEBDE (or 0xCCEBDE) is known color: Mint Tulip. HEX triplet: CC, EB and DE. RGB value is (204,235,222). Sum of RGB (Red+Green+Blue) = 204+235+222=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBDE is #331421. Grayscale: #E0E0E0. Windows color (decimal): -3347490 or 14609356. OLE color: 14609356.

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

Color convert

RGB 204 235 222 -
CMYK 0.13 0 0.06 0.08
HSL 154.84º 0.44% 0.86% -
HSV(B) 154.84º 0.13% 0.92% -
XYZ 67.79 77.53 80.5 -
YUV 224.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 204 235 222 0.13 0 0.06 0.08 154.84 0.44 0.86
Hex CC EB DE D 0 6 8 9B 2C 56
Octal 314 353 336 15 0 6 10 233 54 126
Binary 11001100 11101011 11011110 1101 0 110 1000 10011011 101100 1010110

Color Harmonies of #CCEBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBDE

Black with #CCEBDE

Text Example


Text Example

White with #CCEBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBDE; }

 p { color: rgb(204,235,222); }

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

background-color css

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

 a { background-color: rgb(204,235,222); }

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

border-color css

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

 span { border-color: rgb(204,235,222); }

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