Html Css Color HEX #CBBDD2 Prelude

📋 copy color: '#CBBDD2'

red 203 ◦ green 189 ◦ blue 210

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

Shades of Prelude #CBBDD2

Tints of Prelude #CBBDD2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.4%

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

R = 33.72%
G = 31.4%
B = 34.88%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBBDD2 (or 0xCBBDD2) is known color: Prelude. HEX triplet: CB, BD and D2. RGB value is (203,189,210). Sum of RGB (Red+Green+Blue) = 203+189+210=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBBDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDD2 is #34422D. Grayscale: #C3C3C3. Windows color (decimal): -3424814 or 13811147. OLE color: 13811147.

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

Color convert

RGB 203 189 210 -
CMYK 0.03 0.10 0 0.18
HSL 280º 0.19% 0.78% -
HSV(B) 280º 0.1% 0.82% -
XYZ 54.46 53.74 68.48 -
YUV 195.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 203 189 210 0.03 0.10 0 0.18 280 0.19 0.78
Hex CB BD D2 3 A 0 12 118 13 4E
Octal 313 275 322 3 12 0 22 430 23 116
Binary 11001011 10111101 11010010 11 1010 0 10010 100011000 10011 1001110

Color Harmonies of #CBBDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDD2

Black with #CBBDD2

Text Example


Text Example

White with #CBBDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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