Html Css Color HEX #CFABDA Prelude

📋 copy color: '#CFABDA'

red 207 ◦ green 171 ◦ blue 218

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

Shades of Prelude #CFABDA

Tints of Prelude #CFABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.69%

 BLUE value IS 218 (85.55% from 255) = 36.58%

R = 34.73%
G = 28.69%
B = 36.58%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFABDA (or 0xCFABDA) is known color: Prelude. HEX triplet: CF, AB and DA. RGB value is (207,171,218). Sum of RGB (Red+Green+Blue) = 207+171+218=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABDA is #305425. Grayscale: #BABABA. Windows color (decimal): -3167270 or 14330831. OLE color: 14330831.

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

Color convert

RGB 207 171 218 -
CMYK 0.05 0.22 0 0.15
HSL 285.96º 0.39% 0.76% -
HSV(B) 285.96º 0.22% 0.85% -
XYZ 52.95 47.45 72.7 -
YUV 187.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 207 171 218 0.05 0.22 0 0.15 285.96 0.39 0.76
Hex CF AB DA 5 16 0 F 11E 27 4C
Octal 317 253 332 5 26 0 17 436 47 114
Binary 11001111 10101011 11011010 101 10110 0 1111 100011110 100111 1001100

Color Harmonies of #CFABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFABDA

Black with #CFABDA

Text Example


Text Example

White with #CFABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFABDA; }

 p { color: rgb(207,171,218); }

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

background-color css

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

 a { background-color: rgb(207,171,218); }

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

border-color css

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

 span { border-color: rgb(207,171,218); }

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