Html Css Color HEX #CBC8E3 Lavender Grey

📋 copy color: '#CBC8E3'

red 203 ◦ green 200 ◦ blue 227

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

Shades of Lavender Grey #CBC8E3

Tints of Lavender Grey #CBC8E3

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.75%

 BLUE value IS 227 (89.06% from 255) = 36.03%

R = 32.22%
G = 31.75%
B = 36.03%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CBC8E3 (or 0xCBC8E3) is known color: Lavender Grey. HEX triplet: CB, C8 and E3. RGB value is (203,200,227). Sum of RGB (Red+Green+Blue) = 203+200+227=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 227 (89.06% from 255 or 36.03% from 630); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBC8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8E3 is #34371C. Grayscale: #CBCBCB. Windows color (decimal): -3421981 or 14928075. OLE color: 14928075.

HSL color Cylindrical-coordinate representation of color #CBC8E3: hue angle of 246.67º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC8E3 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 200 227 -
CMYK 0.11 0.12 0 0.11
HSL 246.67º 0.33% 0.84% -
HSV(B) 246.67º 0.12% 0.89% -
XYZ 59.15 59.55 81.05 -
YUV 203.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 203 200 227 0.11 0.12 0 0.11 246.67 0.33 0.84
Hex CB C8 E3 B C 0 B F7 21 54
Octal 313 310 343 13 14 0 13 367 41 124
Binary 11001011 11001000 11100011 1011 1100 0 1011 11110111 100001 1010100

Color Harmonies of #CBC8E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC8E3

Black with #CBC8E3

Text Example


Text Example

White with #CBC8E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC8E3; }

 p { color: rgb(203,200,227); }

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

background-color css

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

 a { background-color: rgb(203,200,227); }

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

border-color css

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

 span { border-color: rgb(203,200,227); }

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