Html Css Color HEX #CFB8D7 Prelude

📋 copy color: '#CFB8D7'

red 207 ◦ green 184 ◦ blue 215

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

Shades of Prelude #CFB8D7

Tints of Prelude #CFB8D7

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.36%

 BLUE value IS 215 (84.38% from 255) = 35.48%

R = 34.16%
G = 30.36%
B = 35.48%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFB8D7 (or 0xCFB8D7) is known color: Prelude. HEX triplet: CF, B8 and D7. RGB value is (207,184,215). Sum of RGB (Red+Green+Blue) = 207+184+215=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFB8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8D7 is #304728. Grayscale: #C2C2C2. Windows color (decimal): -3163945 or 14137551. OLE color: 14137551.

HSL color Cylindrical-coordinate representation of color #CFB8D7: hue angle of 284.52º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB8D7 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 184 215 -
CMYK 0.04 0.14 0 0.16
HSL 284.52º 0.28% 0.78% -
HSV(B) 284.52º 0.14% 0.84% -
XYZ 55.14 52.45 71.51 -
YUV 194.41 139.62 136.98 -
System Red Green Blue C M Y K H S L
Decimal 207 184 215 0.04 0.14 0 0.16 284.52 0.28 0.78
Hex CF B8 D7 4 E 0 10 11D 1C 4E
Octal 317 270 327 4 16 0 20 435 34 116
Binary 11001111 10111000 11010111 100 1110 0 10000 100011101 11100 1001110

Color Harmonies of #CFB8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB8D7

Black with #CFB8D7

Text Example


Text Example

White with #CFB8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB8D7; }

 p { color: rgb(207,184,215); }

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

background-color css

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

 a { background-color: rgb(207,184,215); }

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

border-color css

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

 span { border-color: rgb(207,184,215); }

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