Html Css Color HEX #CFB1DD Prelude

📋 copy color: '#CFB1DD'

red 207 ◦ green 177 ◦ blue 221

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

Shades of Prelude #CFB1DD

Tints of Prelude #CFB1DD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.26%

 BLUE value IS 221 (86.72% from 255) = 36.53%

R = 34.21%
G = 29.26%
B = 36.53%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFB1DD (or 0xCFB1DD) is known color: Prelude. HEX triplet: CF, B1 and DD. RGB value is (207,177,221). Sum of RGB (Red+Green+Blue) = 207+177+221=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1DD is #304E22. Grayscale: #BEBEBE. Windows color (decimal): -3165731 or 14528975. OLE color: 14528975.

HSL color Cylindrical-coordinate representation of color #CFB1DD: hue angle of 280.91º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFB1DD is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 177 221 -
CMYK 0.06 0.20 0 0.13
HSL 280.91º 0.39% 0.78% -
HSV(B) 280.91º 0.2% 0.87% -
XYZ 54.51 49.93 75.17 -
YUV 190.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 207 177 221 0.06 0.20 0 0.13 280.91 0.39 0.78
Hex CF B1 DD 6 14 0 D 119 27 4E
Octal 317 261 335 6 24 0 15 431 47 116
Binary 11001111 10110001 11011101 110 10100 0 1101 100011001 100111 1001110

Color Harmonies of #CFB1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB1DD

Black with #CFB1DD

Text Example


Text Example

White with #CFB1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB1DD; }

 p { color: rgb(207,177,221); }

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

background-color css

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

 a { background-color: rgb(207,177,221); }

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

border-color css

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

 span { border-color: rgb(207,177,221); }

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