Html Css Color HEX #CFB5DA Prelude

📋 copy color: '#CFB5DA'

red 207 ◦ green 181 ◦ blue 218

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

Shades of Prelude #CFB5DA

Tints of Prelude #CFB5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.97%

R = 34.16%
G = 29.87%
B = 35.97%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFB5DA (or 0xCFB5DA) is known color: Prelude. HEX triplet: CF, B5 and DA. RGB value is (207,181,218). Sum of RGB (Red+Green+Blue) = 207+181+218=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFB5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5DA is #304A25. Grayscale: #C0C0C0. Windows color (decimal): -3164710 or 14333391. OLE color: 14333391.

HSL color Cylindrical-coordinate representation of color #CFB5DA: hue angle of 282.16º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFB5DA is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 181 218 -
CMYK 0.05 0.17 0 0.15
HSL 282.16º 0.33% 0.78% -
HSV(B) 282.16º 0.17% 0.85% -
XYZ 54.91 51.38 73.35 -
YUV 192.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 207 181 218 0.05 0.17 0 0.15 282.16 0.33 0.78
Hex CF B5 DA 5 11 0 F 11A 21 4E
Octal 317 265 332 5 21 0 17 432 41 116
Binary 11001111 10110101 11011010 101 10001 0 1111 100011010 100001 1001110

Color Harmonies of #CFB5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5DA

Black with #CFB5DA

Text Example


Text Example

White with #CFB5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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