Html Css Color HEX #CBBADA Prelude

📋 copy color: '#CBBADA'

red 203 ◦ green 186 ◦ blue 218

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

Shades of Prelude #CBBADA

Tints of Prelude #CBBADA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.64%

 BLUE value IS 218 (85.55% from 255) = 35.91%

R = 33.44%
G = 30.64%
B = 35.91%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CBBADA (or 0xCBBADA) is known color: Prelude. HEX triplet: CB, BA and DA. RGB value is (203,186,218). Sum of RGB (Red+Green+Blue) = 203+186+218=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBBADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBADA is #344525. Grayscale: #C2C2C2. Windows color (decimal): -3425574 or 14334667. OLE color: 14334667.

HSL color Cylindrical-coordinate representation of color #CBBADA: hue angle of 271.88º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBBADA is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 186 218 -
CMYK 0.07 0.15 0 0.15
HSL 271.88º 0.3% 0.79% -
HSV(B) 271.88º 0.15% 0.85% -
XYZ 54.84 52.88 73.65 -
YUV 194.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 203 186 218 0.07 0.15 0 0.15 271.88 0.3 0.79
Hex CB BA DA 7 F 0 F 110 1E 4F
Octal 313 272 332 7 17 0 17 420 36 117
Binary 11001011 10111010 11011010 111 1111 0 1111 100010000 11110 1001111

Color Harmonies of #CBBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBADA

Black with #CBBADA

Text Example


Text Example

White with #CBBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBADA; }

 p { color: rgb(203,186,218); }

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

background-color css

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

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

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

border-color css

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

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

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