Html Css Color HEX #CCEBDC Mint Tulip

📋 copy color: '#CCEBDC'

red 204 ◦ green 235 ◦ blue 220

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

Shades of Mint Tulip #CCEBDC

Tints of Mint Tulip #CCEBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.38%

R = 30.96%
G = 35.66%
B = 33.38%

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

#CCEBDC (or 0xCCEBDC) is known color: Mint Tulip. HEX triplet: CC, EB and DC. RGB value is (204,235,220). Sum of RGB (Red+Green+Blue) = 204+235+220=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBDC is #331423. Grayscale: #E0E0E0. Windows color (decimal): -3347492 or 14478284. OLE color: 14478284.

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

Color convert

RGB 204 235 220 -
CMYK 0.13 0 0.06 0.08
HSL 150.97º 0.44% 0.86% -
HSV(B) 150.97º 0.13% 0.92% -
XYZ 67.53 77.42 79.09 -
YUV 224.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 204 235 220 0.13 0 0.06 0.08 150.97 0.44 0.86
Hex CC EB DC D 0 6 8 97 2C 56
Octal 314 353 334 15 0 6 10 227 54 126
Binary 11001100 11101011 11011100 1101 0 110 1000 10010111 101100 1010110

Color Harmonies of #CCEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBDC

Black with #CCEBDC

Text Example


Text Example

White with #CCEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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