Html Css Color HEX #CBBBDA Prelude

📋 copy color: '#CBBBDA'

red 203 ◦ green 187 ◦ blue 218

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

Shades of Prelude #CBBBDA

Tints of Prelude #CBBBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.76%

 BLUE value IS 218 (85.55% from 255) = 35.86%

R = 33.39%
G = 30.76%
B = 35.86%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CBBBDA (or 0xCBBBDA) is known color: Prelude. HEX triplet: CB, BB and DA. RGB value is (203,187,218). Sum of RGB (Red+Green+Blue) = 203+187+218=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBDA is #344425. Grayscale: #C3C3C3. Windows color (decimal): -3425318 or 14334923. OLE color: 14334923.

HSL color Cylindrical-coordinate representation of color #CBBBDA: hue angle of 270.97º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBBBDA is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 187 218 -
CMYK 0.07 0.14 0 0.15
HSL 270.97º 0.3% 0.79% -
HSV(B) 270.97º 0.14% 0.85% -
XYZ 55.05 53.3 73.72 -
YUV 195.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 203 187 218 0.07 0.14 0 0.15 270.97 0.3 0.79
Hex CB BB DA 7 E 0 F 10F 1E 4F
Octal 313 273 332 7 16 0 17 417 36 117
Binary 11001011 10111011 11011010 111 1110 0 1111 100001111 11110 1001111

Color Harmonies of #CBBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBBDA

Black with #CBBBDA

Text Example


Text Example

White with #CBBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBBDA; }

 p { color: rgb(203,187,218); }

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

background-color css

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

 a { background-color: rgb(203,187,218); }

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

border-color css

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

 span { border-color: rgb(203,187,218); }

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