Html Css Color HEX #CBD1E5 Periwinkle

📋 copy color: '#CBD1E5'

red 203 ◦ green 209 ◦ blue 229

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

Shades of Periwinkle #CBD1E5

Tints of Periwinkle #CBD1E5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.61%

 BLUE value IS 229 (89.84% from 255) = 35.73%

R = 31.67%
G = 32.61%
B = 35.73%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBD1E5 (or 0xCBD1E5) is known color: Periwinkle. HEX triplet: CB, D1 and E5. RGB value is (203,209,229). Sum of RGB (Red+Green+Blue) = 203+209+229=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBD1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD1E5 is #342E1A. Grayscale: #D1D1D1. Windows color (decimal): -3419675 or 15061451. OLE color: 15061451.

HSL color Cylindrical-coordinate representation of color #CBD1E5: hue angle of 226.15º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD1E5 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 209 229 -
CMYK 0.11 0.09 0 0.10
HSL 226.15º 0.33% 0.85% -
HSV(B) 226.15º 0.11% 0.9% -
XYZ 61.57 63.95 83.23 -
YUV 209.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 203 209 229 0.11 0.09 0 0.10 226.15 0.33 0.85
Hex CB D1 E5 B 9 0 A E2 21 55
Octal 313 321 345 13 11 0 12 342 41 125
Binary 11001011 11010001 11100101 1011 1001 0 1010 11100010 100001 1010101

Color Harmonies of #CBD1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD1E5

Black with #CBD1E5

Text Example


Text Example

White with #CBD1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD1E5; }

 p { color: rgb(203,209,229); }

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

background-color css

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

 a { background-color: rgb(203,209,229); }

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

border-color css

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

 span { border-color: rgb(203,209,229); }

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