Html Css Color HEX #CCEADB Mint Tulip

📋 copy color: '#CCEADB'

red 204 ◦ green 234 ◦ blue 219

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

Shades of Mint Tulip #CCEADB

Tints of Mint Tulip #CCEADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.33%

R = 31.05%
G = 35.62%
B = 33.33%

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

#CCEADB (or 0xCCEADB) is known color: Mint Tulip. HEX triplet: CC, EA and DB. RGB value is (204,234,219). Sum of RGB (Red+Green+Blue) = 204+234+219=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEADB is #331524. Grayscale: #DFDFDF. Windows color (decimal): -3347749 or 14412492. OLE color: 14412492.

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

Color convert

RGB 204 234 219 -
CMYK 0.13 0 0.06 0.08
HSL 150º 0.42% 0.86% -
HSV(B) 150º 0.13% 0.92% -
XYZ 67.11 76.8 78.3 -
YUV 223.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 204 234 219 0.13 0 0.06 0.08 150 0.42 0.86
Hex CC EA DB D 0 6 8 96 2A 56
Octal 314 352 333 15 0 6 10 226 52 126
Binary 11001100 11101010 11011011 1101 0 110 1000 10010110 101010 1010110

Color Harmonies of #CCEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEADB

Black with #CCEADB

Text Example


Text Example

White with #CCEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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