#CFB2D4

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

Shades of Prelude #CFB2D4

Tints of Prelude #CFB2D4

Color information

#CFB2D4 (or 0xCFB2D4) is unknown color: approx Prelude. HEX triplet: CF, B2 and D4. RGB value is (207,178,212). Sum of RGB (Red+Green+Blue) = 207+178+212=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFB2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2D4 is #304D2B. Grayscale: #BEBEBE. Windows color (decimal): -3165484 or 13939407. OLE color: 13939407.

HSL color Cylindrical-coordinate representation of color #CFB2D4: hue angle of 291.18º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFB2D4 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207178212-
CMYK0.020.1600.17
HSL291.18º28.33%76.47%-
HSV(B)291.18º16.04%83.14%-
XYZ53.5449.8669.09-
YUV190.55140.11139.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 178 (69.92% from 255) = 29.82%
BLUE value IS 212 (83.20% from 255) = 35.51%
R=34.67%
G=29.82%
B=35.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071782120.020.1600.17291.1828.3376.47
HexCFB2D42100111231c4c
Octal31726232422002144334114
Binary1100111110110010110101001010000010001100100011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB2D4; }

 p { color: rgb(207,178,212); }

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

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

 a { background-color: rgb(207,178,212); }

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

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

 span { border-color: rgb(207,178,212); }

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