Html Css Color HEX #CFBDD9 Prelude

📋 copy color: '#CFBDD9'

red 207 ◦ green 189 ◦ blue 217

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

Shades of Prelude #CFBDD9

Tints of Prelude #CFBDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.83%

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

R = 33.77%
G = 30.83%
B = 35.4%

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

#CFBDD9 (or 0xCFBDD9) is known color: Prelude. HEX triplet: CF, BD and D9. RGB value is (207,189,217). Sum of RGB (Red+Green+Blue) = 207+189+217=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFBDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDD9 is #304226. Grayscale: #C5C5C5. Windows color (decimal): -3162663 or 14269903. OLE color: 14269903.

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

Color convert

RGB 207 189 217 -
CMYK 0.05 0.13 0 0.15
HSL 278.57º 0.27% 0.8% -
HSV(B) 278.57º 0.13% 0.85% -
XYZ 56.45 54.67 73.22 -
YUV 197.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 207 189 217 0.05 0.13 0 0.15 278.57 0.27 0.8
Hex CF BD D9 5 D 0 F 117 1B 50
Octal 317 275 331 5 15 0 17 427 33 120
Binary 11001111 10111101 11011001 101 1101 0 1111 100010111 11011 1010000

Color Harmonies of #CFBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBDD9

Black with #CFBDD9

Text Example


Text Example

White with #CFBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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