Html Css Color HEX #CBBDD5 Prelude

📋 copy color: '#CBBDD5'

red 203 ◦ green 189 ◦ blue 213

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

Shades of Prelude #CBBDD5

Tints of Prelude #CBBDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.21%

R = 33.55%
G = 31.24%
B = 35.21%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CBBDD5 (or 0xCBBDD5) is known color: Prelude. HEX triplet: CB, BD and D5. RGB value is (203,189,213). Sum of RGB (Red+Green+Blue) = 203+189+213=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBBDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDD5 is #34422A. Grayscale: #C3C3C3. Windows color (decimal): -3424811 or 14007755. OLE color: 14007755.

HSL color Cylindrical-coordinate representation of color #CBBDD5: hue angle of 275º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBBDD5 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 189 213 -
CMYK 0.05 0.11 0 0.16
HSL 275º 0.22% 0.79% -
HSV(B) 275º 0.11% 0.84% -
XYZ 54.84 53.9 70.46 -
YUV 195.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 203 189 213 0.05 0.11 0 0.16 275 0.22 0.79
Hex CB BD D5 5 B 0 10 113 16 4F
Octal 313 275 325 5 13 0 20 423 26 117
Binary 11001011 10111101 11010101 101 1011 0 10000 100010011 10110 1001111

Color Harmonies of #CBBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDD5

Black with #CBBDD5

Text Example


Text Example

White with #CBBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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