Html Css Color HEX #CFB0DE Prelude

📋 copy color: '#CFB0DE'

red 207 ◦ green 176 ◦ blue 222

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

Shades of Prelude #CFB0DE

Tints of Prelude #CFB0DE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.09%

 BLUE value IS 222 (87.11% from 255) = 36.69%

R = 34.21%
G = 29.09%
B = 36.69%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFB0DE (or 0xCFB0DE) is known color: Prelude. HEX triplet: CF, B0 and DE. RGB value is (207,176,222). Sum of RGB (Red+Green+Blue) = 207+176+222=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFB0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0DE is #304F21. Grayscale: #BEBEBE. Windows color (decimal): -3165986 or 14594255. OLE color: 14594255.

HSL color Cylindrical-coordinate representation of color #CFB0DE: hue angle of 280.43º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFB0DE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 176 222 -
CMYK 0.07 0.21 0 0.13
HSL 280.43º 0.41% 0.78% -
HSV(B) 280.43º 0.21% 0.87% -
XYZ 54.44 49.59 75.81 -
YUV 190.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 207 176 222 0.07 0.21 0 0.13 280.43 0.41 0.78
Hex CF B0 DE 7 15 0 D 118 29 4E
Octal 317 260 336 7 25 0 15 430 51 116
Binary 11001111 10110000 11011110 111 10101 0 1101 100011000 101001 1001110

Color Harmonies of #CFB0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0DE

Black with #CFB0DE

Text Example


Text Example

White with #CFB0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0DE; }

 p { color: rgb(207,176,222); }

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

background-color css

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

 a { background-color: rgb(207,176,222); }

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

border-color css

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

 span { border-color: rgb(207,176,222); }

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