Html Css Color HEX #CBACDA Prelude

📋 copy color: '#CBACDA'

red 203 ◦ green 172 ◦ blue 218

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

Shades of Prelude #CBACDA

Tints of Prelude #CBACDA

RGB

 RED value IS 203 (79.69% from 255) = 34.23%

 GREEN value IS 172 (67.58% from 255) = 29.01%

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

R = 34.23%
G = 29.01%
B = 36.76%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CBACDA (or 0xCBACDA) is known color: Prelude. HEX triplet: CB, AC and DA. RGB value is (203,172,218). Sum of RGB (Red+Green+Blue) = 203+172+218=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACDA is #345325. Grayscale: #BABABA. Windows color (decimal): -3429158 or 14331083. OLE color: 14331083.

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

Color convert

RGB 203 172 218 -
CMYK 0.07 0.21 0 0.15
HSL 280.43º 0.38% 0.76% -
HSV(B) 280.43º 0.21% 0.85% -
XYZ 52.04 47.26 72.71 -
YUV 186.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 203 172 218 0.07 0.21 0 0.15 280.43 0.38 0.76
Hex CB AC DA 7 15 0 F 118 26 4C
Octal 313 254 332 7 25 0 17 430 46 114
Binary 11001011 10101100 11011010 111 10101 0 1111 100011000 100110 1001100

Color Harmonies of #CBACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBACDA

Black with #CBACDA

Text Example


Text Example

White with #CBACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBACDA; }

 p { color: rgb(203,172,218); }

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

background-color css

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

 a { background-color: rgb(203,172,218); }

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

border-color css

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

 span { border-color: rgb(203,172,218); }

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