Html Css Color HEX #CFBCD9 Prelude

📋 copy color: '#CFBCD9'

red 207 ◦ green 188 ◦ blue 217

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

Shades of Prelude #CFBCD9

Tints of Prelude #CFBCD9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.72%

 BLUE value IS 217 (85.16% from 255) = 35.46%

R = 33.82%
G = 30.72%
B = 35.46%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFBCD9 (or 0xCFBCD9) is known color: Prelude. HEX triplet: CF, BC and D9. RGB value is (207,188,217). Sum of RGB (Red+Green+Blue) = 207+188+217=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFBCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCD9 is #304326. Grayscale: #C4C4C4. Windows color (decimal): -3162919 or 14269647. OLE color: 14269647.

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

Color convert

RGB 207 188 217 -
CMYK 0.05 0.13 0 0.15
HSL 279.31º 0.28% 0.79% -
HSV(B) 279.31º 0.13% 0.85% -
XYZ 56.24 54.24 73.15 -
YUV 196.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 207 188 217 0.05 0.13 0 0.15 279.31 0.28 0.79
Hex CF BC D9 5 D 0 F 117 1C 4F
Octal 317 274 331 5 15 0 17 427 34 117
Binary 11001111 10111100 11011001 101 1101 0 1111 100010111 11100 1001111

Color Harmonies of #CFBCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBCD9

Black with #CFBCD9

Text Example


Text Example

White with #CFBCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBCD9; }

 p { color: rgb(207,188,217); }

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

background-color css

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

 a { background-color: rgb(207,188,217); }

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

border-color css

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

 span { border-color: rgb(207,188,217); }

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