Html Css Color HEX #CBBED5 Prelude

📋 copy color: '#CBBED5'

red 203 ◦ green 190 ◦ blue 213

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

Shades of Prelude #CBBED5

Tints of Prelude #CBBED5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.35%

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

R = 33.5%
G = 31.35%
B = 35.15%

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

#CBBED5 (or 0xCBBED5) is known color: Prelude. HEX triplet: CB, BE and D5. RGB value is (203,190,213). Sum of RGB (Red+Green+Blue) = 203+190+213=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBED5 is #34412A. Grayscale: #C4C4C4. Windows color (decimal): -3424555 or 14008011. OLE color: 14008011.

HSL color Cylindrical-coordinate representation of color #CBBED5: hue angle of 273.91º degrees, saturation: 0.21, 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 #CBBED5 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 190 213 -
CMYK 0.05 0.11 0 0.16
HSL 273.91º 0.21% 0.79% -
HSV(B) 273.91º 0.11% 0.84% -
XYZ 55.05 54.33 70.54 -
YUV 196.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 203 190 213 0.05 0.11 0 0.16 273.91 0.21 0.79
Hex CB BE D5 5 B 0 10 112 15 4F
Octal 313 276 325 5 13 0 20 422 25 117
Binary 11001011 10111110 11010101 101 1011 0 10000 100010010 10101 1001111

Color Harmonies of #CBBED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBED5

Black with #CBBED5

Text Example


Text Example

White with #CBBED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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