#CEFCCB

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

Shades of Blue Romance #CEFCCB

Tints of Blue Romance #CEFCCB

Color information

#CEFCCB (or 0xCEFCCB) is unknown color: approx Blue Romance. HEX triplet: CE, FC and CB. RGB value is (206,252,203). Sum of RGB (Red+Green+Blue) = 206+252+203=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCCB is #310334. Grayscale: #E8E8E8. Windows color (decimal): -3212085 or 13368526. OLE color: 13368526.

HSL color Cylindrical-coordinate representation of color #CEFCCB: hue angle of 116.33º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFCCB is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB206252203-
CMYK0.1800.190.01
HSL116.33º89.09%89.22%-
HSV(B)116.33º19.44%98.82%-
XYZ71.0487.0569.56-
YUV232.66111.26108.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.16%
GREEN value IS 252 (98.83% from 255) = 38.12%
BLUE value IS 203 (79.69% from 255) = 30.71%
R=31.16%
G=38.12%
B=30.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522030.1800.190.01116.3389.0989.22
HexCEFCCB120131745959
Octal316374313220231164131131
Binary110011101111110011001011100100100111111010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCCB; }

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

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

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

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

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

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

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

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