Html Css Color HEX #CABBCF Prelude

📋 copy color: '#CABBCF'

red 202 ◦ green 187 ◦ blue 207

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

Shades of Prelude #CABBCF

Tints of Prelude #CABBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.38%

 BLUE value IS 207 (81.25% from 255) = 34.73%

R = 33.89%
G = 31.38%
B = 34.73%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CABBCF (or 0xCABBCF) is known color: Prelude. HEX triplet: CA, BB and CF. RGB value is (202,187,207). Sum of RGB (Red+Green+Blue) = 202+187+207=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #CABBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBCF is #354430. Grayscale: #C1C1C1. Windows color (decimal): -3490865 or 13614026. OLE color: 13614026.

HSL color Cylindrical-coordinate representation of color #CABBCF: hue angle of 285º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CABBCF is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 187 207 -
CMYK 0.02 0.10 0 0.19
HSL 285º 0.17% 0.77% -
HSV(B) 285º 0.1% 0.81% -
XYZ 53.39 52.6 66.37 -
YUV 193.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 202 187 207 0.02 0.10 0 0.19 285 0.17 0.77
Hex CA BB CF 2 A 0 13 11D 11 4D
Octal 312 273 317 2 12 0 23 435 21 115
Binary 11001010 10111011 11001111 10 1010 0 10011 100011101 10001 1001101

Color Harmonies of #CABBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBCF

Black with #CABBCF

Text Example


Text Example

White with #CABBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBCF; }

 p { color: rgb(202,187,207); }

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

background-color css

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

 a { background-color: rgb(202,187,207); }

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

border-color css

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

 span { border-color: rgb(202,187,207); }

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