Html Css Color HEX #CBCBDD Lavender Grey

📋 copy color: '#CBCBDD'

red 203 ◦ green 203 ◦ blue 221

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

Shades of Lavender Grey #CBCBDD

Tints of Lavender Grey #CBCBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.38%

 BLUE value IS 221 (86.72% from 255) = 35.25%

R = 32.38%
G = 32.38%
B = 35.25%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBCBDD (or 0xCBCBDD) is known color: Lavender Grey. HEX triplet: CB, CB and DD. RGB value is (203,203,221). Sum of RGB (Red+Green+Blue) = 203+203+221=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBCBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBDD is #343422. Grayscale: #CCCCCC. Windows color (decimal): -3421219 or 14535627. OLE color: 14535627.

HSL color Cylindrical-coordinate representation of color #CBCBDD: hue angle of 240º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBCBDD is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 203 221 -
CMYK 0.08 0.08 0 0.13
HSL 240º 0.21% 0.83% -
HSV(B) 240º 0.08% 0.87% -
XYZ 59.04 60.63 77 -
YUV 205.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 203 203 221 0.08 0.08 0 0.13 240 0.21 0.83
Hex CB CB DD 8 8 0 D F0 15 53
Octal 313 313 335 10 10 0 15 360 25 123
Binary 11001011 11001011 11011101 1000 1000 0 1101 11110000 10101 1010011

Color Harmonies of #CBCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCBDD

Black with #CBCBDD

Text Example


Text Example

White with #CBCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCBDD; }

 p { color: rgb(203,203,221); }

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

background-color css

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

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

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

border-color css

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

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

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