#CFE5CD

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

Shades of Blue Romance #CFE5CD

Tints of Blue Romance #CFE5CD

Color information

#CFE5CD (or 0xCFE5CD) is unknown color: approx Blue Romance. HEX triplet: CF, E5 and CD. RGB value is (207,229,205). Sum of RGB (Red+Green+Blue) = 207+229+205=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5CD is #301A32. Grayscale: #DBDBDB. Windows color (decimal): -3152435 or 13493711. OLE color: 13493711.

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

Color convert

RGB207229205-
CMYK0.1000.100.10
HSL115º31.58%85.1%-
HSV(B)115º10.48%89.8%-
XYZ64.7773.7168.57-
YUV219.69119.71118.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 229 (89.84% from 255) = 35.73%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=32.29%
G=35.73%
B=31.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072292050.1000.100.1011531.5885.1
HexCFE5CDA0AA732055
Octal317345315120121216340125
Binary110011111110010111001101101001010101011100111000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5CD; }

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

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

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

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

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

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

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

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