Html Css Color HEX #CCBEC8 Maverick

📋 copy color: '#CCBEC8'

red 204 ◦ green 190 ◦ blue 200

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

Shades of Maverick #CCBEC8

Tints of Maverick #CCBEC8

RGB

 RED value IS 204 (80.08% from 255) = 34.34%

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

 BLUE value IS 200 (78.52% from 255) = 33.67%

R = 34.34%
G = 31.99%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CCBEC8 (or 0xCCBEC8) is known color: Maverick. HEX triplet: CC, BE and C8. RGB value is (204,190,200). Sum of RGB (Red+Green+Blue) = 204+190+200=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEC8 is #334137. Grayscale: #C3C3C3. Windows color (decimal): -3359032 or 13156044. OLE color: 13156044.

HSL color Cylindrical-coordinate representation of color #CCBEC8: hue angle of 317.14º degrees, saturation: 0.12, 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 #CCBEC8 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 200 -
CMYK 0 0.07 0.02 0.2
HSL 317.14º 0.12% 0.77% -
HSV(B) 317.14º 0.07% 0.8% -
XYZ 53.74 53.83 62.2 -
YUV 195.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 204 190 200 0 0.07 0.02 0.2 317.14 0.12 0.77
Hex CC BE C8 0 7 2 14 13D C 4D
Octal 314 276 310 0 7 2 24 475 14 115
Binary 11001100 10111110 11001000 0 111 10 10100 100111101 1100 1001101

Color Harmonies of #CCBEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEC8

Black with #CCBEC8

Text Example


Text Example

White with #CCBEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEC8; }

 p { color: rgb(204,190,200); }

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

background-color css

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

 a { background-color: rgb(204,190,200); }

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

border-color css

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

 span { border-color: rgb(204,190,200); }

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