Html Css Color HEX #CBC9CC Prelude

📋 copy color: '#CBC9CC'

red 203 ◦ green 201 ◦ blue 204

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

Shades of Prelude #CBC9CC

Tints of Prelude #CBC9CC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.06%

 BLUE value IS 204 (80.08% from 255) = 33.55%

R = 33.39%
G = 33.06%
B = 33.55%

CMYK

 C value IS 0.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CBC9CC (or 0xCBC9CC) is known color: Prelude. HEX triplet: CB, C9 and CC. RGB value is (203,201,204). Sum of RGB (Red+Green+Blue) = 203+201+204=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9CC is #343633. Grayscale: #C9C9C9. Windows color (decimal): -3421748 or 13421003. OLE color: 13421003.

HSL color Cylindrical-coordinate representation of color #CBC9CC: hue angle of 280º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CBC9CC is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 201 204 -
CMYK 0.00 0.01 0 0.2
HSL 280º 0.03% 0.79% -
HSV(B) 280º 0.01% 0.8% -
XYZ 56.41 58.83 65.51 -
YUV 201.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 203 201 204 0.00 0.01 0 0.2 280 0.03 0.79
Hex CB C9 CC 0 1 0 14 118 3 4F
Octal 313 311 314 0 1 0 24 430 3 117
Binary 11001011 11001001 11001100 0 1 0 10100 100011000 11 1001111

Color Harmonies of #CBC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC9CC

Black with #CBC9CC

Text Example


Text Example

White with #CBC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC9CC; }

 p { color: rgb(203,201,204); }

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

background-color css

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

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

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

border-color css

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

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

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