Html Css Color HEX #CFB9D4 Prelude

📋 copy color: '#CFB9D4'

red 207 ◦ green 185 ◦ blue 212

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

Shades of Prelude #CFB9D4

Tints of Prelude #CFB9D4

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.63%

 BLUE value IS 212 (83.2% from 255) = 35.1%

R = 34.27%
G = 30.63%
B = 35.1%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CFB9D4 (or 0xCFB9D4) is known color: Prelude. HEX triplet: CF, B9 and D4. RGB value is (207,185,212). Sum of RGB (Red+Green+Blue) = 207+185+212=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFB9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9D4 is #30462B. Grayscale: #C2C2C2. Windows color (decimal): -3163692 or 13941199. OLE color: 13941199.

HSL color Cylindrical-coordinate representation of color #CFB9D4: hue angle of 288.89º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFB9D4 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 185 212 -
CMYK 0.02 0.13 0 0.17
HSL 288.89º 0.24% 0.78% -
HSV(B) 288.89º 0.13% 0.83% -
XYZ 54.96 52.72 69.57 -
YUV 194.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 207 185 212 0.02 0.13 0 0.17 288.89 0.24 0.78
Hex CF B9 D4 2 D 0 11 121 18 4E
Octal 317 271 324 2 15 0 21 441 30 116
Binary 11001111 10111001 11010100 10 1101 0 10001 100100001 11000 1001110

Color Harmonies of #CFB9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB9D4

Black with #CFB9D4

Text Example


Text Example

White with #CFB9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB9D4; }

 p { color: rgb(207,185,212); }

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

background-color css

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

 a { background-color: rgb(207,185,212); }

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

border-color css

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

 span { border-color: rgb(207,185,212); }

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