Html Css Color HEX #CBBDD7 Prelude

📋 copy color: '#CBBDD7'

red 203 ◦ green 189 ◦ blue 215

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

Shades of Prelude #CBBDD7

Tints of Prelude #CBBDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.42%

R = 33.44%
G = 31.14%
B = 35.42%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CBBDD7 (or 0xCBBDD7) is known color: Prelude. HEX triplet: CB, BD and D7. RGB value is (203,189,215). Sum of RGB (Red+Green+Blue) = 203+189+215=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBBDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDD7 is #344228. Grayscale: #C4C4C4. Windows color (decimal): -3424809 or 14138827. OLE color: 14138827.

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

Color convert

RGB 203 189 215 -
CMYK 0.06 0.12 0 0.16
HSL 272.31º 0.25% 0.79% -
HSV(B) 272.31º 0.12% 0.84% -
XYZ 55.09 54 71.81 -
YUV 196.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 203 189 215 0.06 0.12 0 0.16 272.31 0.25 0.79
Hex CB BD D7 6 C 0 10 110 19 4F
Octal 313 275 327 6 14 0 20 420 31 117
Binary 11001011 10111101 11010111 110 1100 0 10000 100010000 11001 1001111

Color Harmonies of #CBBDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDD7

Black with #CBBDD7

Text Example


Text Example

White with #CBBDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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