Html Css Color HEX #CDB2D6 Prelude

📋 copy color: '#CDB2D6'

red 205 ◦ green 178 ◦ blue 214

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

Shades of Prelude #CDB2D6

Tints of Prelude #CDB2D6

RGB

 RED value IS 205 (80.47% from 255) = 34.34%

 GREEN value IS 178 (69.92% from 255) = 29.82%

 BLUE value IS 214 (83.98% from 255) = 35.85%

R = 34.34%
G = 29.82%
B = 35.85%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CDB2D6 (or 0xCDB2D6) is known color: Prelude. HEX triplet: CD, B2 and D6. RGB value is (205,178,214). Sum of RGB (Red+Green+Blue) = 205+178+214=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDB2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2D6 is #324D29. Grayscale: #BEBEBE. Windows color (decimal): -3296554 or 14070477. OLE color: 14070477.

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

Color convert

RGB 205 178 214 -
CMYK 0.04 0.17 0 0.16
HSL 285º 0.31% 0.77% -
HSV(B) 285º 0.17% 0.84% -
XYZ 53.23 49.67 70.4 -
YUV 190.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 205 178 214 0.04 0.17 0 0.16 285 0.31 0.77
Hex CD B2 D6 4 11 0 10 11D 1F 4D
Octal 315 262 326 4 21 0 20 435 37 115
Binary 11001101 10110010 11010110 100 10001 0 10000 100011101 11111 1001101

Color Harmonies of #CDB2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB2D6

Black with #CDB2D6

Text Example


Text Example

White with #CDB2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB2D6; }

 p { color: rgb(205,178,214); }

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

background-color css

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

 a { background-color: rgb(205,178,214); }

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

border-color css

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

 span { border-color: rgb(205,178,214); }

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