#CEEBCD

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

Shades of Blue Romance #CEEBCD

Tints of Blue Romance #CEEBCD

Color information

#CEEBCD (or 0xCEEBCD) is unknown color: approx Blue Romance. HEX triplet: CE, EB and CD. RGB value is (206,235,205). Sum of RGB (Red+Green+Blue) = 206+235+205=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBCD is #311432. Grayscale: #DFDFDF. Windows color (decimal): -3216435 or 13495246. OLE color: 13495246.

HSL color Cylindrical-coordinate representation of color #CEEBCD: hue angle of 118º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEBCD is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB206235205-
CMYK0.1200.130.08
HSL118º42.86%86.27%-
HSV(B)118º12.77%92.16%-
XYZ66.1876.9569.12-
YUV222.91117.89115.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.89%
GREEN value IS 235 (92.19% from 255) = 36.38%
BLUE value IS 205 (80.47% from 255) = 31.73%
R=31.89%
G=36.38%
B=31.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062352050.1200.130.0811842.8686.27
HexCEEBCDC0D8762b56
Octal316353315140151016653126
Binary110011101110101111001101110001101100011101101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBCD; }

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

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

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

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

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

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

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

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