#CEE7CC

Color #CEE7CC Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #CEE7CC

Tints of Blue Romance #CEE7CC

Color information

#CEE7CC (or 0xCEE7CC) is unknown color: approx Blue Romance. HEX triplet: CE, E7 and CC. RGB value is (206,231,204). Sum of RGB (Red+Green+Blue) = 206+231+204=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7CC is #311833. Grayscale: #DCDCDC. Windows color (decimal): -3217460 or 13428686. OLE color: 13428686.

HSL color Cylindrical-coordinate representation of color #CEE7CC: hue angle of 115.56º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEE7CC is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB206231204-
CMYK0.1100.120.09
HSL115.56º36%85.29%-
HSV(B)115.56º11.69%90.59%-
XYZ64.9374.6368.11-
YUV220.45118.72117.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.14%
GREEN value IS 231 (90.62% from 255) = 36.04%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=32.14%
G=36.04%
B=31.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062312040.1100.120.09115.563685.29
HexCEE7CCB0C9742455
Octal316347314130141116444125
Binary110011101110011111001100101101100100111101001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE7CC; }

 p { color: rgb(206,231,204); }

 H1.HeaderClassName
 {
   color: #CEE7CC;
 }
 .AnyTagClassName
 {
   color: #CEE7CC;
 }
</style>
background-color css

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

 a { background-color: rgb(206,231,204); }

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

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

 span { border-color: rgb(206,231,204); }

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