#CEE6CD

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

Shades of Blue Romance #CEE6CD

Tints of Blue Romance #CEE6CD

Color information

#CEE6CD (or 0xCEE6CD) is unknown color: approx Blue Romance. HEX triplet: CE, E6 and CD. RGB value is (206,230,205). Sum of RGB (Red+Green+Blue) = 206+230+205=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE6CD is #311932. Grayscale: #DCDCDC. Windows color (decimal): -3217715 or 13493966. OLE color: 13493966.

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

Color convert

RGB206230205-
CMYK0.1000.110.10
HSL117.6º33.33%85.29%-
HSV(B)117.6º10.87%90.2%-
XYZ64.7774.1268.65-
YUV219.97119.55118.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.14%
GREEN value IS 230 (90.23% from 255) = 35.88%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=32.14%
G=35.88%
B=31.98%

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
Decimal2062302050.1000.110.10117.633.3385.29
HexCEE6CDA0BA762155
Octal316346315120131216641125
Binary110011101110011011001101101001011101011101101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE6CD; }

 p { color: rgb(206,230,205); }

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

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

 a { background-color: rgb(206,230,205); }

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

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

 span { border-color: rgb(206,230,205); }

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