Html Css Color HEX #CDCBDB Lavender Grey

📋 copy color: '#CDCBDB'

red 205 ◦ green 203 ◦ blue 219

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

Shades of Lavender Grey #CDCBDB

Tints of Lavender Grey #CDCBDB

RGB

 RED value IS 205 (80.47% from 255) = 32.7%

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

 BLUE value IS 219 (85.94% from 255) = 34.93%

R = 32.7%
G = 32.38%
B = 34.93%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDCBDB (or 0xCDCBDB) is known color: Lavender Grey. HEX triplet: CD, CB and DB. RGB value is (205,203,219). Sum of RGB (Red+Green+Blue) = 205+203+219=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBDB is #323424. Grayscale: #CDCDCD. Windows color (decimal): -3290149 or 14404557. OLE color: 14404557.

HSL color Cylindrical-coordinate representation of color #CDCBDB: hue angle of 247.5º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDCBDB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 203 219 -
CMYK 0.06 0.07 0 0.14
HSL 247.5º 0.18% 0.83% -
HSV(B) 247.5º 0.07% 0.86% -
XYZ 59.32 60.81 75.63 -
YUV 205.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 205 203 219 0.06 0.07 0 0.14 247.5 0.18 0.83
Hex CD CB DB 6 7 0 E F8 12 53
Octal 315 313 333 6 7 0 16 370 22 123
Binary 11001101 11001011 11011011 110 111 0 1110 11111000 10010 1010011

Color Harmonies of #CDCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCBDB

Black with #CDCBDB

Text Example


Text Example

White with #CDCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCBDB; }

 p { color: rgb(205,203,219); }

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

background-color css

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

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

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

border-color css

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

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

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