Html Css Color HEX #CFB4DC Prelude

📋 copy color: '#CFB4DC'

red 207 ◦ green 180 ◦ blue 220

#CFB4DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CFB4DC

Tints of Prelude #CFB4DC

RGB

 RED value IS 207 (81.25% from 255) = 34.1%

 GREEN value IS 180 (70.7% from 255) = 29.65%

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 34.1%
G = 29.65%
B = 36.24%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CFB4DC (or 0xCFB4DC) is known color: Prelude. HEX triplet: CF, B4 and DC. RGB value is (207,180,220). Sum of RGB (Red+Green+Blue) = 207+180+220=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4DC is #304B23. Grayscale: #C0C0C0. Windows color (decimal): -3164964 or 14464207. OLE color: 14464207.

HSL color Cylindrical-coordinate representation of color #CFB4DC: hue angle of 280.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFB4DC is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 180 220 -
CMYK 0.06 0.18 0 0.14
HSL 280.5º 0.36% 0.78% -
HSV(B) 280.5º 0.18% 0.86% -
XYZ 54.97 51.08 74.67 -
YUV 192.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 207 180 220 0.06 0.18 0 0.14 280.5 0.36 0.78
Hex CF B4 DC 6 12 0 E 118 24 4E
Octal 317 264 334 6 22 0 16 430 44 116
Binary 11001111 10110100 11011100 110 10010 0 1110 100011000 100100 1001110

Color Harmonies of #CFB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB4DC

Black with #CFB4DC

Text Example


Text Example

White with #CFB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB4DC; }

 p { color: rgb(207,180,220); }

 H1.HeaderClassName
 {
   color: #CFB4DC;
 }
 .AnyTagClassName
 {
   color: #CFB4DC;
 }
</style>

background-color css

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

 a { background-color: rgb(207,180,220); }

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

border-color css

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

 span { border-color: rgb(207,180,220); }

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