Html Css Color HEX #CBAFD5 Prelude

📋 copy color: '#CBAFD5'

red 203 ◦ green 175 ◦ blue 213

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

Shades of Prelude #CBAFD5

Tints of Prelude #CBAFD5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.61%

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

R = 34.35%
G = 29.61%
B = 36.04%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CBAFD5 (or 0xCBAFD5) is known color: Prelude. HEX triplet: CB, AF and D5. RGB value is (203,175,213). Sum of RGB (Red+Green+Blue) = 203+175+213=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFD5 is #34502A. Grayscale: #BBBBBB. Windows color (decimal): -3428395 or 14004171. OLE color: 14004171.

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

Color convert

RGB 203 175 213 -
CMYK 0.05 0.18 0 0.16
HSL 284.21º 0.31% 0.76% -
HSV(B) 284.21º 0.18% 0.84% -
XYZ 51.97 48.16 69.51 -
YUV 187.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 203 175 213 0.05 0.18 0 0.16 284.21 0.31 0.76
Hex CB AF D5 5 12 0 10 11C 1F 4C
Octal 313 257 325 5 22 0 20 434 37 114
Binary 11001011 10101111 11010101 101 10010 0 10000 100011100 11111 1001100

Color Harmonies of #CBAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAFD5

Black with #CBAFD5

Text Example


Text Example

White with #CBAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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