Html Css Color HEX #CCEDDC Mint Tulip

📋 copy color: '#CCEDDC'

red 204 ◦ green 237 ◦ blue 220

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

Shades of Mint Tulip #CCEDDC

Tints of Mint Tulip #CCEDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.85%

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

R = 30.86%
G = 35.85%
B = 33.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#CCEDDC (or 0xCCEDDC) is known color: Mint Tulip. HEX triplet: CC, ED and DC. RGB value is (204,237,220). Sum of RGB (Red+Green+Blue) = 204+237+220=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDDC is #331223. Grayscale: #E1E1E1. Windows color (decimal): -3346980 or 14478796. OLE color: 14478796.

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

Color convert

RGB 204 237 220 -
CMYK 0.14 0 0.07 0.07
HSL 149.09º 0.48% 0.86% -
HSV(B) 149.09º 0.14% 0.93% -
XYZ 68.1 78.57 79.29 -
YUV 225.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 204 237 220 0.14 0 0.07 0.07 149.09 0.48 0.86
Hex CC ED DC E 0 7 7 95 30 56
Octal 314 355 334 16 0 7 7 225 60 126
Binary 11001100 11101101 11011100 1110 0 111 111 10010101 110000 1010110

Color Harmonies of #CCEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDDC

Black with #CCEDDC

Text Example


Text Example

White with #CCEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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