Html Css Color HEX #CCEADC Mint Tulip

📋 copy color: '#CCEADC'

red 204 ◦ green 234 ◦ blue 220

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

Shades of Mint Tulip #CCEADC

Tints of Mint Tulip #CCEADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.56%

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

R = 31%
G = 35.56%
B = 33.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#CCEADC (or 0xCCEADC) is known color: Mint Tulip. HEX triplet: CC, EA and DC. RGB value is (204,234,220). Sum of RGB (Red+Green+Blue) = 204+234+220=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEADC is #331523. Grayscale: #DFDFDF. Windows color (decimal): -3347748 or 14478028. OLE color: 14478028.

HSL color Cylindrical-coordinate representation of color #CCEADC: hue angle of 152º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEADC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 220 -
CMYK 0.13 0 0.06 0.08
HSL 152º 0.42% 0.86% -
HSV(B) 152º 0.13% 0.92% -
XYZ 67.24 76.85 79 -
YUV 223.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 204 234 220 0.13 0 0.06 0.08 152 0.42 0.86
Hex CC EA DC D 0 6 8 98 2A 56
Octal 314 352 334 15 0 6 10 230 52 126
Binary 11001100 11101010 11011100 1101 0 110 1000 10011000 101010 1010110

Color Harmonies of #CCEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEADC

Black with #CCEADC

Text Example


Text Example

White with #CCEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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