Html Css Color HEX #CBBAD2 Prelude

📋 copy color: '#CBBAD2'

red 203 ◦ green 186 ◦ blue 210

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

Shades of Prelude #CBBAD2

Tints of Prelude #CBBAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.06%

R = 33.89%
G = 31.05%
B = 35.06%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBBAD2 (or 0xCBBAD2) is known color: Prelude. HEX triplet: CB, BA and D2. RGB value is (203,186,210). Sum of RGB (Red+Green+Blue) = 203+186+210=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBAD2 is #34452D. Grayscale: #C1C1C1. Windows color (decimal): -3425582 or 13810379. OLE color: 13810379.

HSL color Cylindrical-coordinate representation of color #CBBAD2: hue angle of 282.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBBAD2 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 186 210 -
CMYK 0.03 0.11 0 0.18
HSL 282.5º 0.21% 0.78% -
HSV(B) 282.5º 0.11% 0.82% -
XYZ 53.82 52.47 68.26 -
YUV 193.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 203 186 210 0.03 0.11 0 0.18 282.5 0.21 0.78
Hex CB BA D2 3 B 0 12 11A 15 4E
Octal 313 272 322 3 13 0 22 432 25 116
Binary 11001011 10111010 11010010 11 1011 0 10010 100011010 10101 1001110

Color Harmonies of #CBBAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBAD2

Black with #CBBAD2

Text Example


Text Example

White with #CBBAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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