#CFE6CD

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

Shades of Blue Romance #CFE6CD

Tints of Blue Romance #CFE6CD

Color information

#CFE6CD (or 0xCFE6CD) is unknown color: approx Blue Romance. HEX triplet: CF, E6 and CD. RGB value is (207,230,205). Sum of RGB (Red+Green+Blue) = 207+230+205=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6CD is #301932. Grayscale: #DCDCDC. Windows color (decimal): -3152179 or 13493967. OLE color: 13493967.

HSL color Cylindrical-coordinate representation of color #CFE6CD: hue angle of 115.2º degrees, saturation: 0.33, 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 #CFE6CD is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB207230205-
CMYK0.1000.110.10
HSL115.2º33.33%85.29%-
HSV(B)115.2º10.87%90.2%-
XYZ65.0574.2768.66-
YUV220.27119.38118.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.24%
GREEN value IS 230 (90.23% from 255) = 35.83%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=32.24%
G=35.83%
B=31.93%

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
Decimal2072302050.1000.110.10115.233.3385.29
HexCFE6CDA0BA732155
Octal317346315120131216341125
Binary110011111110011011001101101001011101011100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE6CD; }

 p { color: rgb(207,230,205); }

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

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

 a { background-color: rgb(207,230,205); }

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

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

 span { border-color: rgb(207,230,205); }

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