Html Css Color HEX #CFABD9 Prelude

📋 copy color: '#CFABD9'

red 207 ◦ green 171 ◦ blue 217

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

Shades of Prelude #CFABD9

Tints of Prelude #CFABD9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.74%

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

R = 34.79%
G = 28.74%
B = 36.47%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFABD9 (or 0xCFABD9) is known color: Prelude. HEX triplet: CF, AB and D9. RGB value is (207,171,217). Sum of RGB (Red+Green+Blue) = 207+171+217=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABD9 is #305426. Grayscale: #BABABA. Windows color (decimal): -3167271 or 14265295. OLE color: 14265295.

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

Color convert

RGB 207 171 217 -
CMYK 0.05 0.21 0 0.15
HSL 286.96º 0.38% 0.76% -
HSV(B) 286.96º 0.21% 0.85% -
XYZ 52.82 47.4 72.01 -
YUV 187.01 144.93 142.26 -
System Red Green Blue C M Y K H S L
Decimal 207 171 217 0.05 0.21 0 0.15 286.96 0.38 0.76
Hex CF AB D9 5 15 0 F 11F 26 4C
Octal 317 253 331 5 25 0 17 437 46 114
Binary 11001111 10101011 11011001 101 10101 0 1111 100011111 100110 1001100

Color Harmonies of #CFABD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFABD9

Black with #CFABD9

Text Example


Text Example

White with #CFABD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFABD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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