#CFE7CE

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

Shades of Blue Romance #CFE7CE

Tints of Blue Romance #CFE7CE

Color information

#CFE7CE (or 0xCFE7CE) is unknown color: approx Blue Romance. HEX triplet: CF, E7 and CE. RGB value is (207,231,206). Sum of RGB (Red+Green+Blue) = 207+231+206=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7CE is #301831. Grayscale: #DDDDDD. Windows color (decimal): -3151922 or 13559759. OLE color: 13559759.

HSL color Cylindrical-coordinate representation of color #CFE7CE: hue angle of 117.6º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE7CE is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB207231206-
CMYK0.1000.110.09
HSL117.6º34.25%85.69%-
HSV(B)117.6º10.82%90.59%-
XYZ65.4574.8769.4-
YUV220.97119.55118.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.14%
GREEN value IS 231 (90.62% from 255) = 35.87%
BLUE value IS 206 (80.86% from 255) = 31.99%
R=32.14%
G=35.87%
B=31.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072312060.1000.110.09117.634.2585.69
HexCFE7CEA0B9762256
Octal317347316120131116642126
Binary110011111110011111001110101001011100111101101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7CE; }

 p { color: rgb(207,231,206); }

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

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

 a { background-color: rgb(207,231,206); }

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

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

 span { border-color: rgb(207,231,206); }

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