#CEEFCD

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

Shades of Blue Romance #CEEFCD

Tints of Blue Romance #CEEFCD

Color information

#CEEFCD (or 0xCEEFCD) is unknown color: approx Blue Romance. HEX triplet: CE, EF and CD. RGB value is (206,239,205). Sum of RGB (Red+Green+Blue) = 206+239+205=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFCD is #311032. Grayscale: #E1E1E1. Windows color (decimal): -3215411 or 13496270. OLE color: 13496270.

HSL color Cylindrical-coordinate representation of color #CEEFCD: hue angle of 118.24º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEFCD is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB206239205-
CMYK0.1400.140.06
HSL118.24º51.52%87.06%-
HSV(B)118.24º14.23%93.73%-
XYZ67.3479.2669.51-
YUV225.26116.57114.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.69%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=31.69%
G=36.77%
B=31.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062392050.1400.140.06118.2451.5287.06
HexCEEFCDE0E6763457
Octal31635731516016616664127
Binary11001110111011111100110111100111011011101101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFCD; }

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

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

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

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

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

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

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

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