Html Css Color HEX #CDBEC9 Maverick

📋 copy color: '#CDBEC9'

red 205 ◦ green 190 ◦ blue 201

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

Shades of Maverick #CDBEC9

Tints of Maverick #CDBEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.88%

 BLUE value IS 201 (78.91% from 255) = 33.72%

R = 34.4%
G = 31.88%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CDBEC9 (or 0xCDBEC9) is known color: Maverick. HEX triplet: CD, BE and C9. RGB value is (205,190,201). Sum of RGB (Red+Green+Blue) = 205+190+201=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEC9 is #324136. Grayscale: #C3C3C3. Windows color (decimal): -3293495 or 13221581. OLE color: 13221581.

HSL color Cylindrical-coordinate representation of color #CDBEC9: hue angle of 316º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDBEC9 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 190 201 -
CMYK 0 0.07 0.02 0.20
HSL 316º 0.13% 0.77% -
HSV(B) 316º 0.07% 0.8% -
XYZ 54.13 54.02 62.83 -
YUV 195.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 205 190 201 0 0.07 0.02 0.20 316 0.13 0.77
Hex CD BE C9 0 7 2 14 13C D 4D
Octal 315 276 311 0 7 2 24 474 15 115
Binary 11001101 10111110 11001001 0 111 10 10100 100111100 1101 1001101

Color Harmonies of #CDBEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBEC9

Black with #CDBEC9

Text Example


Text Example

White with #CDBEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBEC9; }

 p { color: rgb(205,190,201); }

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

background-color css

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

 a { background-color: rgb(205,190,201); }

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

border-color css

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

 span { border-color: rgb(205,190,201); }

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