#CEFCCC

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

Shades of Blue Romance #CEFCCC

Tints of Blue Romance #CEFCCC

Color information

#CEFCCC (or 0xCEFCCC) is unknown color: approx Blue Romance. HEX triplet: CE, FC and CC. RGB value is (206,252,204). Sum of RGB (Red+Green+Blue) = 206+252+204=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCCC is #310333. Grayscale: #E8E8E8. Windows color (decimal): -3212084 or 13434062. OLE color: 13434062.

HSL color Cylindrical-coordinate representation of color #CEFCCC: hue angle of 117.5º 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 #CEFCCC is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB206252204-
CMYK0.1800.190.01
HSL117.5º88.89%89.41%-
HSV(B)117.5º19.05%98.82%-
XYZ71.1687.170.19-
YUV232.77111.76108.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.12%
GREEN value IS 252 (98.83% from 255) = 38.07%
BLUE value IS 204 (80.08% from 255) = 30.82%
R=31.12%
G=38.07%
B=30.82%

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
Decimal2062522040.1800.190.01117.588.8989.41
HexCEFCCC120131765959
Octal316374314220231166131131
Binary110011101111110011001100100100100111111011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCCC; }

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

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

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

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

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

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

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

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