Html Css Color HEX #CAB2D0 Prelude

📋 copy color: '#CAB2D0'

red 202 ◦ green 178 ◦ blue 208

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

Shades of Prelude #CAB2D0

Tints of Prelude #CAB2D0

RGB

 RED value IS 202 (79.3% from 255) = 34.35%

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

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

R = 34.35%
G = 30.27%
B = 35.37%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CAB2D0 (or 0xCAB2D0) is known color: Prelude. HEX triplet: CA, B2 and D0. RGB value is (202,178,208). Sum of RGB (Red+Green+Blue) = 202+178+208=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAB2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2D0 is #354D2F. Grayscale: #BCBCBC. Windows color (decimal): -3493168 or 13677258. OLE color: 13677258.

HSL color Cylindrical-coordinate representation of color #CAB2D0: hue angle of 288º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB2D0 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 178 208 -
CMYK 0.03 0.14 0 0.18
HSL 288º 0.24% 0.76% -
HSV(B) 288º 0.14% 0.82% -
XYZ 51.66 48.95 66.4 -
YUV 188.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 202 178 208 0.03 0.14 0 0.18 288 0.24 0.76
Hex CA B2 D0 3 E 0 12 120 18 4C
Octal 312 262 320 3 16 0 22 440 30 114
Binary 11001010 10110010 11010000 11 1110 0 10010 100100000 11000 1001100

Color Harmonies of #CAB2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2D0

Black with #CAB2D0

Text Example


Text Example

White with #CAB2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2D0; }

 p { color: rgb(202,178,208); }

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

background-color css

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

 a { background-color: rgb(202,178,208); }

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

border-color css

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

 span { border-color: rgb(202,178,208); }

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