Html Css Color HEX #CBAFDA Prelude

📋 copy color: '#CBAFDA'

red 203 ◦ green 175 ◦ blue 218

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

Shades of Prelude #CBAFDA

Tints of Prelude #CBAFDA

RGB

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

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

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

R = 34.06%
G = 29.36%
B = 36.58%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CBAFDA (or 0xCBAFDA) is known color: Prelude. HEX triplet: CB, AF and DA. RGB value is (203,175,218). Sum of RGB (Red+Green+Blue) = 203+175+218=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFDA is #345025. Grayscale: #BCBCBC. Windows color (decimal): -3428390 or 14331851. OLE color: 14331851.

HSL color Cylindrical-coordinate representation of color #CBAFDA: hue angle of 279.07º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBAFDA is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 175 218 -
CMYK 0.07 0.20 0 0.15
HSL 279.07º 0.37% 0.77% -
HSV(B) 279.07º 0.2% 0.85% -
XYZ 52.61 48.42 72.9 -
YUV 188.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 203 175 218 0.07 0.20 0 0.15 279.07 0.37 0.77
Hex CB AF DA 7 14 0 F 117 25 4D
Octal 313 257 332 7 24 0 17 427 45 115
Binary 11001011 10101111 11011010 111 10100 0 1111 100010111 100101 1001101

Color Harmonies of #CBAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAFDA

Black with #CBAFDA

Text Example


Text Example

White with #CBAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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