Html Css Color HEX #CCEEDF Mint Tulip

📋 copy color: '#CCEEDF'

red 204 ◦ green 238 ◦ blue 223

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

Shades of Mint Tulip #CCEEDF

Tints of Mint Tulip #CCEEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.53%

R = 30.68%
G = 35.79%
B = 33.53%

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

#CCEEDF (or 0xCCEEDF) is known color: Mint Tulip. HEX triplet: CC, EE and DF. RGB value is (204,238,223). Sum of RGB (Red+Green+Blue) = 204+238+223=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEDF is #331120. Grayscale: #E2E2E2. Windows color (decimal): -3346721 or 14675660. OLE color: 14675660.

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

Color convert

RGB 204 238 223 -
CMYK 0.14 0 0.06 0.07
HSL 153.53º 0.5% 0.87% -
HSV(B) 153.53º 0.14% 0.93% -
XYZ 68.8 79.31 81.5 -
YUV 226.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 204 238 223 0.14 0 0.06 0.07 153.53 0.5 0.87
Hex CC EE DF E 0 6 7 9A 32 57
Octal 314 356 337 16 0 6 7 232 62 127
Binary 11001100 11101110 11011111 1110 0 110 111 10011010 110010 1010111

Color Harmonies of #CCEEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEDF

Black with #CCEEDF

Text Example


Text Example

White with #CCEEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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