#CEE7CB

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

Shades of Blue Romance #CEE7CB

Tints of Blue Romance #CEE7CB

Color information

#CEE7CB (or 0xCEE7CB) is unknown color: approx Blue Romance. HEX triplet: CE, E7 and CB. RGB value is (206,231,203). Sum of RGB (Red+Green+Blue) = 206+231+203=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7CB is #311834. Grayscale: #DCDCDC. Windows color (decimal): -3217461 or 13363150. OLE color: 13363150.

HSL color Cylindrical-coordinate representation of color #CEE7CB: hue angle of 113.57º degrees, saturation: 0.37, 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 #CEE7CB is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB206231203-
CMYK0.1100.120.09
HSL113.57º36.84%85.1%-
HSV(B)113.57º12.12%90.59%-
XYZ64.8174.5967.48-
YUV220.33118.22117.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.19%
GREEN value IS 231 (90.62% from 255) = 36.09%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=32.19%
G=36.09%
B=31.72%

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
Decimal2062312030.1100.120.09113.5736.8485.1
HexCEE7CBB0C9722555
Octal316347313130141116245125
Binary110011101110011111001011101101100100111100101001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE7CB; }

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

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

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

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

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

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

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

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