Html Css Color HEX #CCECDC Mint Tulip

📋 copy color: '#CCECDC'

red 204 ◦ green 236 ◦ blue 220

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

Shades of Mint Tulip #CCECDC

Tints of Mint Tulip #CCECDC

RGB

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

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

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

R = 30.91%
G = 35.76%
B = 33.33%

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

#CCECDC (or 0xCCECDC) is known color: Mint Tulip. HEX triplet: CC, EC and DC. RGB value is (204,236,220). Sum of RGB (Red+Green+Blue) = 204+236+220=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECDC is #331323. Grayscale: #E0E0E0. Windows color (decimal): -3347236 or 14478540. OLE color: 14478540.

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

Color convert

RGB 204 236 220 -
CMYK 0.14 0 0.07 0.07
HSL 150º 0.46% 0.86% -
HSV(B) 150º 0.14% 0.93% -
XYZ 67.82 78 79.19 -
YUV 224.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 204 236 220 0.14 0 0.07 0.07 150 0.46 0.86
Hex CC EC DC E 0 7 7 96 2E 56
Octal 314 354 334 16 0 7 7 226 56 126
Binary 11001100 11101100 11011100 1110 0 111 111 10010110 101110 1010110

Color Harmonies of #CCECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECDC

Black with #CCECDC

Text Example


Text Example

White with #CCECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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