Html Css Color HEX #CBAECF Lilac

📋 copy color: '#CBAECF'

red 203 ◦ green 174 ◦ blue 207

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

Shades of Lilac #CBAECF

Tints of Lilac #CBAECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.79%

 BLUE value IS 207 (81.25% from 255) = 35.45%

R = 34.76%
G = 29.79%
B = 35.45%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CBAECF (or 0xCBAECF) is known color: Lilac. HEX triplet: CB, AE and CF. RGB value is (203,174,207). Sum of RGB (Red+Green+Blue) = 203+174+207=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAECF is #345130. Grayscale: #BABABA. Windows color (decimal): -3428657 or 13610699. OLE color: 13610699.

HSL color Cylindrical-coordinate representation of color #CBAECF: hue angle of 292.73º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBAECF is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 174 207 -
CMYK 0.02 0.16 0 0.19
HSL 292.73º 0.26% 0.75% -
HSV(B) 292.73º 0.16% 0.81% -
XYZ 51.03 47.47 65.51 -
YUV 186.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 203 174 207 0.02 0.16 0 0.19 292.73 0.26 0.75
Hex CB AE CF 2 10 0 13 125 1A 4B
Octal 313 256 317 2 20 0 23 445 32 113
Binary 11001011 10101110 11001111 10 10000 0 10011 100100101 11010 1001011

Color Harmonies of #CBAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAECF

Black with #CBAECF

Text Example


Text Example

White with #CBAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAECF; }

 p { color: rgb(203,174,207); }

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

background-color css

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

 a { background-color: rgb(203,174,207); }

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

border-color css

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

 span { border-color: rgb(203,174,207); }

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