#CFE4CD

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

Shades of Blue Romance #CFE4CD

Tints of Blue Romance #CFE4CD

Color information

#CFE4CD (or 0xCFE4CD) is unknown color: approx Blue Romance. HEX triplet: CF, E4 and CD. RGB value is (207,228,205). Sum of RGB (Red+Green+Blue) = 207+228+205=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4CD is #301B32. Grayscale: #DBDBDB. Windows color (decimal): -3152691 or 13493455. OLE color: 13493455.

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

Color convert

RGB207228205-
CMYK0.0900.100.11
HSL114.78º29.87%84.9%-
HSV(B)114.78º10.09%89.41%-
XYZ64.4973.1668.48-
YUV219.1120.04119.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.34%
GREEN value IS 228 (89.45% from 255) = 35.62%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=32.34%
G=35.62%
B=32.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072282050.0900.100.11114.7829.8784.9
HexCFE4CD90AB731e55
Octal317344315110121316336125
Binary11001111111001001100110110010101010111110011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE4CD; }

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

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

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

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

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

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

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

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