Html Css Color HEX #CBAFDD Prelude

📋 copy color: '#CBAFDD'

red 203 ◦ green 175 ◦ blue 221

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

Shades of Prelude #CBAFDD

Tints of Prelude #CBAFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 33.89%
G = 29.22%
B = 36.89%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBAFDD (or 0xCBAFDD) is known color: Prelude. HEX triplet: CB, AF and DD. RGB value is (203,175,221). Sum of RGB (Red+Green+Blue) = 203+175+221=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFDD is #345022. Grayscale: #BCBCBC. Windows color (decimal): -3428387 or 14528459. OLE color: 14528459.

HSL color Cylindrical-coordinate representation of color #CBAFDD: hue angle of 276.52º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBAFDD is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 175 221 -
CMYK 0.08 0.21 0 0.13
HSL 276.52º 0.4% 0.78% -
HSV(B) 276.52º 0.21% 0.87% -
XYZ 53.01 48.58 74.99 -
YUV 188.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 203 175 221 0.08 0.21 0 0.13 276.52 0.4 0.78
Hex CB AF DD 8 15 0 D 115 28 4E
Octal 313 257 335 10 25 0 15 425 50 116
Binary 11001011 10101111 11011101 1000 10101 0 1101 100010101 101000 1001110

Color Harmonies of #CBAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAFDD

Black with #CBAFDD

Text Example


Text Example

White with #CBAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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