#CEE5CC

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

Shades of Blue Romance #CEE5CC

Tints of Blue Romance #CEE5CC

Color information

#CEE5CC (or 0xCEE5CC) is unknown color: approx Blue Romance. HEX triplet: CE, E5 and CC. RGB value is (206,229,204). Sum of RGB (Red+Green+Blue) = 206+229+204=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5CC is #311A33. Grayscale: #DBDBDB. Windows color (decimal): -3217972 or 13428174. OLE color: 13428174.

HSL color Cylindrical-coordinate representation of color #CEE5CC: hue angle of 115.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE5CC is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB206229204-
CMYK0.1000.110.10
HSL115.2º32.47%84.9%-
HSV(B)115.2º10.92%89.8%-
XYZ64.3773.5267.92-
YUV219.27119.38118.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.24%
GREEN value IS 229 (89.84% from 255) = 35.84%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=32.24%
G=35.84%
B=31.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062292040.1000.110.10115.232.4784.9
HexCEE5CCA0BA732055
Octal316345314120131216340125
Binary110011101110010111001100101001011101011100111000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5CC; }

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

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

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

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

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

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

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

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