Html Css Color HEX #CCEEDE Mint Tulip

📋 copy color: '#CCEEDE'

red 204 ◦ green 238 ◦ blue 222

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

Shades of Mint Tulip #CCEEDE

Tints of Mint Tulip #CCEEDE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.84%

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

R = 30.72%
G = 35.84%
B = 33.43%

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

#CCEEDE (or 0xCCEEDE) is known color: Mint Tulip. HEX triplet: CC, EE and DE. RGB value is (204,238,222). Sum of RGB (Red+Green+Blue) = 204+238+222=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEDE is #331121. Grayscale: #E2E2E2. Windows color (decimal): -3346722 or 14610124. OLE color: 14610124.

HSL color Cylindrical-coordinate representation of color #CCEEDE: hue angle of 151.76º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEEDE is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 238 222 -
CMYK 0.14 0 0.07 0.07
HSL 151.76º 0.5% 0.87% -
HSV(B) 151.76º 0.14% 0.93% -
XYZ 68.66 79.26 80.79 -
YUV 226.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 204 238 222 0.14 0 0.07 0.07 151.76 0.5 0.87
Hex CC EE DE E 0 7 7 98 32 57
Octal 314 356 336 16 0 7 7 230 62 127
Binary 11001100 11101110 11011110 1110 0 111 111 10011000 110010 1010111

Color Harmonies of #CCEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEDE

Black with #CCEEDE

Text Example


Text Example

White with #CCEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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