#CFBED3

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

Shades of Prelude #CFBED3

Tints of Prelude #CFBED3

Color information

#CFBED3 (or 0xCFBED3) is unknown color: approx Prelude. HEX triplet: CF, BE and D3. RGB value is (207,190,211). Sum of RGB (Red+Green+Blue) = 207+190+211=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 211 - color contains mainly: blue. Hex color #CFBED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBED3 is #30412C. Grayscale: #C5C5C5. Windows color (decimal): -3162413 or 13876943. OLE color: 13876943.

HSL color Cylindrical-coordinate representation of color #CFBED3: hue angle of 288.57º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBED3 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207190211-
CMYK0.020.1000.17
HSL288.57º19.27%78.63%-
HSV(B)288.57º9.95%82.75%-
XYZ55.954.869.26-
YUV197.48135.63134.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 211 (82.81% from 255) = 34.70%
R=34.05%
G=31.25%
B=34.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071902110.020.1000.17288.5719.2778.63
HexCFBED32A011121134f
Octal31727632321202144123117
Binary110011111011111011010011101010010001100100001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBED3; }

 p { color: rgb(207,190,211); }

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

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

 a { background-color: rgb(207,190,211); }

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

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

 span { border-color: rgb(207,190,211); }

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