Html Css Color HEX #CFAFDB Prelude

📋 copy color: '#CFAFDB'

red 207 ◦ green 175 ◦ blue 219

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

Shades of Prelude #CFAFDB

Tints of Prelude #CFAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.12%

 BLUE value IS 219 (85.94% from 255) = 36.44%

R = 34.44%
G = 29.12%
B = 36.44%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CFAFDB (or 0xCFAFDB) is known color: Prelude. HEX triplet: CF, AF and DB. RGB value is (207,175,219). Sum of RGB (Red+Green+Blue) = 207+175+219=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFDB is #305024. Grayscale: #BDBDBD. Windows color (decimal): -3166245 or 14397391. OLE color: 14397391.

HSL color Cylindrical-coordinate representation of color #CFAFDB: hue angle of 283.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFAFDB is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 175 219 -
CMYK 0.05 0.20 0 0.14
HSL 283.64º 0.38% 0.77% -
HSV(B) 283.64º 0.2% 0.86% -
XYZ 53.85 49.04 73.65 -
YUV 189.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 207 175 219 0.05 0.20 0 0.14 283.64 0.38 0.77
Hex CF AF DB 5 14 0 E 11C 26 4D
Octal 317 257 333 5 24 0 16 434 46 115
Binary 11001111 10101111 11011011 101 10100 0 1110 100011100 100110 1001101

Color Harmonies of #CFAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFDB

Black with #CFAFDB

Text Example


Text Example

White with #CFAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFDB; }

 p { color: rgb(207,175,219); }

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

background-color css

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

 a { background-color: rgb(207,175,219); }

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

border-color css

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

 span { border-color: rgb(207,175,219); }

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