Html Css Color HEX #CFB5DD Prelude

📋 copy color: '#CFB5DD'

red 207 ◦ green 181 ◦ blue 221

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

Shades of Prelude #CFB5DD

Tints of Prelude #CFB5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.72%

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

R = 33.99%
G = 29.72%
B = 36.29%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFB5DD (or 0xCFB5DD) is known color: Prelude. HEX triplet: CF, B5 and DD. RGB value is (207,181,221). Sum of RGB (Red+Green+Blue) = 207+181+221=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5DD is #304A22. Grayscale: #C1C1C1. Windows color (decimal): -3164707 or 14529999. OLE color: 14529999.

HSL color Cylindrical-coordinate representation of color #CFB5DD: hue angle of 279º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFB5DD is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 181 221 -
CMYK 0.06 0.18 0 0.13
HSL 279º 0.37% 0.79% -
HSV(B) 279º 0.18% 0.87% -
XYZ 55.31 51.53 75.44 -
YUV 193.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 207 181 221 0.06 0.18 0 0.13 279 0.37 0.79
Hex CF B5 DD 6 12 0 D 117 25 4F
Octal 317 265 335 6 22 0 15 427 45 117
Binary 11001111 10110101 11011101 110 10010 0 1101 100010111 100101 1001111

Color Harmonies of #CFB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5DD

Black with #CFB5DD

Text Example


Text Example

White with #CFB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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