Html Css Color HEX #CCEDDE Mint Tulip

📋 copy color: '#CCEDDE'

red 204 ◦ green 237 ◦ blue 222

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

Shades of Mint Tulip #CCEDDE

Tints of Mint Tulip #CCEDDE

RGB

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

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

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

R = 30.77%
G = 35.75%
B = 33.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#CCEDDE (or 0xCCEDDE) is known color: Mint Tulip. HEX triplet: CC, ED and DE. RGB value is (204,237,222). Sum of RGB (Red+Green+Blue) = 204+237+222=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDDE is #331221. Grayscale: #E1E1E1. Windows color (decimal): -3346978 or 14609868. OLE color: 14609868.

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

Color convert

RGB 204 237 222 -
CMYK 0.14 0 0.06 0.07
HSL 152.73º 0.48% 0.86% -
HSV(B) 152.73º 0.14% 0.93% -
XYZ 68.37 78.68 80.69 -
YUV 225.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 204 237 222 0.14 0 0.06 0.07 152.73 0.48 0.86
Hex CC ED DE E 0 6 7 99 30 56
Octal 314 355 336 16 0 6 7 231 60 126
Binary 11001100 11101101 11011110 1110 0 110 111 10011001 110000 1010110

Color Harmonies of #CCEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDDE

Black with #CCEDDE

Text Example


Text Example

White with #CCEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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