Html Css Color HEX #CBB4DA Prelude

📋 copy color: '#CBB4DA'

red 203 ◦ green 180 ◦ blue 218

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

Shades of Prelude #CBB4DA

Tints of Prelude #CBB4DA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.95%

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

R = 33.78%
G = 29.95%
B = 36.27%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CBB4DA (or 0xCBB4DA) is known color: Prelude. HEX triplet: CB, B4 and DA. RGB value is (203,180,218). Sum of RGB (Red+Green+Blue) = 203+180+218=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4DA is #344B25. Grayscale: #BFBFBF. Windows color (decimal): -3427110 or 14333131. OLE color: 14333131.

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

Color convert

RGB 203 180 218 -
CMYK 0.07 0.17 0 0.15
HSL 276.32º 0.34% 0.78% -
HSV(B) 276.32º 0.17% 0.85% -
XYZ 53.6 50.4 73.23 -
YUV 191.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 203 180 218 0.07 0.17 0 0.15 276.32 0.34 0.78
Hex CB B4 DA 7 11 0 F 114 22 4E
Octal 313 264 332 7 21 0 17 424 42 116
Binary 11001011 10110100 11011010 111 10001 0 1111 100010100 100010 1001110

Color Harmonies of #CBB4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB4DA

Black with #CBB4DA

Text Example


Text Example

White with #CBB4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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