Html Css Color HEX #CBAED0 Prelude

📋 copy color: '#CBAED0'

red 203 ◦ green 174 ◦ blue 208

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

Shades of Prelude #CBAED0

Tints of Prelude #CBAED0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.74%

 BLUE value IS 208 (81.64% from 255) = 35.56%

R = 34.7%
G = 29.74%
B = 35.56%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBAED0 (or 0xCBAED0) is known color: Prelude. HEX triplet: CB, AE and D0. RGB value is (203,174,208). Sum of RGB (Red+Green+Blue) = 203+174+208=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBAED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAED0 is #34512F. Grayscale: #BABABA. Windows color (decimal): -3428656 or 13676235. OLE color: 13676235.

HSL color Cylindrical-coordinate representation of color #CBAED0: hue angle of 291.18º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBAED0 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 174 208 -
CMYK 0.02 0.16 0 0.18
HSL 291.18º 0.27% 0.75% -
HSV(B) 291.18º 0.16% 0.82% -
XYZ 51.15 47.52 66.15 -
YUV 186.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 203 174 208 0.02 0.16 0 0.18 291.18 0.27 0.75
Hex CB AE D0 2 10 0 12 123 1B 4B
Octal 313 256 320 2 20 0 22 443 33 113
Binary 11001011 10101110 11010000 10 10000 0 10010 100100011 11011 1001011

Color Harmonies of #CBAED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAED0

Black with #CBAED0

Text Example


Text Example

White with #CBAED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAED0; }

 p { color: rgb(203,174,208); }

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

background-color css

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

 a { background-color: rgb(203,174,208); }

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

border-color css

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

 span { border-color: rgb(203,174,208); }

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