#CFE5CC

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

Shades of Blue Romance #CFE5CC

Tints of Blue Romance #CFE5CC

Color information

#CFE5CC (or 0xCFE5CC) is unknown color: approx Blue Romance. HEX triplet: CF, E5 and CC. RGB value is (207,229,204). Sum of RGB (Red+Green+Blue) = 207+229+204=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5CC is #301A33. Grayscale: #DBDBDB. Windows color (decimal): -3152436 or 13428175. OLE color: 13428175.

HSL color Cylindrical-coordinate representation of color #CFE5CC: hue angle of 112.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE5CC is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB207229204-
CMYK0.1000.110.10
HSL112.8º32.47%84.9%-
HSV(B)112.8º10.92%89.8%-
XYZ64.6573.6667.94-
YUV219.57119.21119.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.34%
GREEN value IS 229 (89.84% from 255) = 35.78%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=32.34%
G=35.78%
B=31.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072292040.1000.110.10112.832.4784.9
HexCFE5CCA0BA712055
Octal317345314120131216140125
Binary110011111110010111001100101001011101011100011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5CC; }

 p { color: rgb(207,229,204); }

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

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

 a { background-color: rgb(207,229,204); }

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

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

 span { border-color: rgb(207,229,204); }

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