Html Css Color HEX #CCEBDD Mint Tulip

📋 copy color: '#CCEBDD'

red 204 ◦ green 235 ◦ blue 221

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

Shades of Mint Tulip #CCEBDD

Tints of Mint Tulip #CCEBDD

RGB

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

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

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

R = 30.91%
G = 35.61%
B = 33.48%

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

#CCEBDD (or 0xCCEBDD) is known color: Mint Tulip. HEX triplet: CC, EB and DD. RGB value is (204,235,221). Sum of RGB (Red+Green+Blue) = 204+235+221=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBDD is #331422. Grayscale: #E0E0E0. Windows color (decimal): -3347491 or 14543820. OLE color: 14543820.

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

Color convert

RGB 204 235 221 -
CMYK 0.13 0 0.06 0.08
HSL 152.9º 0.44% 0.86% -
HSV(B) 152.9º 0.13% 0.92% -
XYZ 67.66 77.47 79.79 -
YUV 224.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 204 235 221 0.13 0 0.06 0.08 152.9 0.44 0.86
Hex CC EB DD D 0 6 8 99 2C 56
Octal 314 353 335 15 0 6 10 231 54 126
Binary 11001100 11101011 11011101 1101 0 110 1000 10011001 101100 1010110

Color Harmonies of #CCEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBDD

Black with #CCEBDD

Text Example


Text Example

White with #CCEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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