Html Css Color HEX #CCEDDD Mint Tulip

📋 copy color: '#CCEDDD'

red 204 ◦ green 237 ◦ blue 221

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

Shades of Mint Tulip #CCEDDD

Tints of Mint Tulip #CCEDDD

RGB

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

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

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

R = 30.82%
G = 35.8%
B = 33.38%

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

#CCEDDD (or 0xCCEDDD) is known color: Mint Tulip. HEX triplet: CC, ED and DD. RGB value is (204,237,221). Sum of RGB (Red+Green+Blue) = 204+237+221=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDDD is #331222. Grayscale: #E1E1E1. Windows color (decimal): -3346979 or 14544332. OLE color: 14544332.

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

Color convert

RGB 204 237 221 -
CMYK 0.14 0 0.07 0.07
HSL 150.91º 0.48% 0.86% -
HSV(B) 150.91º 0.14% 0.93% -
XYZ 68.24 78.63 79.99 -
YUV 225.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 204 237 221 0.14 0 0.07 0.07 150.91 0.48 0.86
Hex CC ED DD E 0 7 7 97 30 56
Octal 314 355 335 16 0 7 7 227 60 126
Binary 11001100 11101101 11011101 1110 0 111 111 10010111 110000 1010110

Color Harmonies of #CCEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDDD

Black with #CCEDDD

Text Example


Text Example

White with #CCEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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