Html Css Color HEX #CFADD9 Prelude

📋 copy color: '#CFADD9'

red 207 ◦ green 173 ◦ blue 217

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

Shades of Prelude #CFADD9

Tints of Prelude #CFADD9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.98%

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

R = 34.67%
G = 28.98%
B = 36.35%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFADD9 (or 0xCFADD9) is known color: Prelude. HEX triplet: CF, AD and D9. RGB value is (207,173,217). Sum of RGB (Red+Green+Blue) = 207+173+217=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADD9 is #305226. Grayscale: #BCBCBC. Windows color (decimal): -3166759 or 14265807. OLE color: 14265807.

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

Color convert

RGB 207 173 217 -
CMYK 0.05 0.20 0 0.15
HSL 286.36º 0.37% 0.76% -
HSV(B) 286.36º 0.2% 0.85% -
XYZ 53.2 48.16 72.14 -
YUV 188.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 207 173 217 0.05 0.20 0 0.15 286.36 0.37 0.76
Hex CF AD D9 5 14 0 F 11E 25 4C
Octal 317 255 331 5 24 0 17 436 45 114
Binary 11001111 10101101 11011001 101 10100 0 1111 100011110 100101 1001100

Color Harmonies of #CFADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADD9

Black with #CFADD9

Text Example


Text Example

White with #CFADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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